This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author silversky
Recipients eric.smith, r.david.murray, silversky
Date 2010-12-14.05:41:08
SpamBayes Score 0.022654073
Marked as misclassified No
Message-id <1292305272.4.0.357974929906.issue10692@psf.upfronthosting.co.za>
In-reply-to
Content
> By the way, an SSL login runs just fine for me against my Courier-IMAP server.  Does regular IMAP work for you?
No it dose not.
When i run:
M = myimaplib.IMAP4(host)
M.login(username, password)
I got "error: STARTTLS required"
History
Date User Action Args
2010-12-14 05:41:12silverskysetrecipients: + silversky, eric.smith, r.david.murray
2010-12-14 05:41:12silverskysetmessageid: <1292305272.4.0.357974929906.issue10692@psf.upfronthosting.co.za>
2010-12-14 05:41:08silverskylinkissue10692 messages
2010-12-14 05:41:08silverskycreate