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 corona10
Recipients corona10, vstinner
Date 2020-01-14.13:13:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579007631.6.0.089521926624.issue39329@roundup.psfhosted.org>
In-reply-to
Content
see: https://github.com/python/cpython/pull/17958#issuecomment-573390867

I've noticed that LMTP does not support the timeout parameter.
See: https://docs.python.org/3.9/library/smtplib.html#smtplib.LMTP

However, LMTP also able to use the socket which is created from SMTP.
IMHO LMTP needs to support the timeout parameter.
History
Date User Action Args
2020-01-14 13:13:51corona10setrecipients: + corona10, vstinner
2020-01-14 13:13:51corona10setmessageid: <1579007631.6.0.089521926624.issue39329@roundup.psfhosted.org>
2020-01-14 13:13:51corona10linkissue39329 messages
2020-01-14 13:13:51corona10create