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 icgood
Recipients asvetlov, icgood, yselivanov
Date 2019-05-09.23:42:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557445359.69.0.664725050026.issue34975@roundup.psfhosted.org>
In-reply-to
Content
I added start_tls() to StreamWriter. My implementation returns a new StreamWriter that should be used from then on, but it could be adapted to modify the current writer in-place (let me know).

I've added docs, an integration test, and done some additional "real-world" testing with an IMAP server I work on. Specifically, "openssl s_client -connect xxx -starttls imap" works like a charm, and no errors/warnings are logged on disconnect.
History
Date User Action Args
2019-05-09 23:42:39icgoodsetrecipients: + icgood, asvetlov, yselivanov
2019-05-09 23:42:39icgoodsetmessageid: <1557445359.69.0.664725050026.issue34975@roundup.psfhosted.org>
2019-05-09 23:42:39icgoodlinkissue34975 messages
2019-05-09 23:42:39icgoodcreate