[issue10692] imap lib server compabilities

R. David Murray report at bugs.python.org
Tue Dec 14 14:45:56 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10692>
_______________________________________


More information about the Python-bugs-list mailing list