Searched defs:SMTPServerDisconnected (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython2/Lib/ | ||
| D | smtplib.py | 69 class SMTPServerDisconnected(SMTPException): class |
| /external/python/cpython3/Lib/ | ||
| D | smtplib.py | 82 class SMTPServerDisconnected(SMTPException): class |