R. David Murray <rdmur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10692>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to