9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] upas/fs/imap4 fix
@ 2002-07-25 11:24 Fco.J.Ballesteros
  0 siblings, 0 replies; only message in thread
From: Fco.J.Ballesteros @ 2002-07-25 11:24 UTC (permalink / raw)
  To: 9fans

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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-25 11:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-25 11:24 [9fans] upas/fs/imap4 fix Fco.J.Ballesteros

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).