9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Fco.J.Ballesteros <nemo@plan9.escet.urjc.es>
To: 9fans@cse.psu.edu
Subject: [9fans] upas/fs/imap4 fix
Date: Thu, 25 Jul 2002 13:24:00 +0200	[thread overview]
Message-ID: <3f008a3f24882550e3db422441800eab@plan9.escet.urjc.es> (raw)

The line that says

	imap4cmd(imap, "LOGIN %s %s", up->user, up->passwd);

should be changed to

 	imap4cmd(imap, "LOGIN %s \"%s\"", up->user, up->passwd);

Or the server will complaint about bad login syntax (perhaps
this has to do with my password being weird).

I'll update the wiki about how to use imap to include detailed
instructions for imap4 + tls setup. I'm a security impaired man.

Thanks god^H^H^H for factotum.
Thanks for secstore too.



                 reply	other threads:[~2002-07-25 11:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3f008a3f24882550e3db422441800eab@plan9.escet.urjc.es \
    --to=nemo@plan9.escet.urjc.es \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).