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 r.david.murray
Recipients eric.smith, r.david.murray, silversky
Date 2010-12-14.13:45:49
SpamBayes Score 0.0009737806
Marked as misclassified No
Message-id <1292334356.76.0.0285265629038.issue10692@psf.upfronthosting.co.za>
In-reply-to
Content
Starttls support was only added in Python 3.2.  Apparently your server is set to disallow non-SSL connections.

Have you confirmed that the same server is listening on port 993 as is listening on port 143?  The debug info from imaplib makes it look like different capability information is being returned, though the banner does look the same.

Please run the regular IMAP4 test with debug on, I think it may be getting past the capabilities query before it produces the starttls error, and if so it would be interesting to compare the two debug traces.
History
Date User Action Args
2010-12-14 13:45:56r.david.murraysetrecipients: + r.david.murray, eric.smith, silversky
2010-12-14 13:45:56r.david.murraysetmessageid: <1292334356.76.0.0285265629038.issue10692@psf.upfronthosting.co.za>
2010-12-14 13:45:49r.david.murraylinkissue10692 messages
2010-12-14 13:45:49r.david.murraycreate