[New-bugs-announce] [issue39329] smtplib.LMTP needs timeout parameter

Dong-hee Na report at bugs.python.org
Tue Jan 14 08:13:51 EST 2020


New submission from Dong-hee Na <donghee.na92 at gmail.com>:

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.

----------
assignee: corona10
components: Library (Lib)
messages: 359975
nosy: corona10, vstinner
priority: normal
severity: normal
status: open
title: smtplib.LMTP needs timeout parameter
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39329>
_______________________________________


More information about the New-bugs-announce mailing list