[issue21795] smtpd.SMTPServer should announce 8BITMIME when supported

Milan Oberkirch report at bugs.python.org
Tue Jun 17 21:30:01 CEST 2014


New submission from Milan Oberkirch:

The smtpd.SMTPServer does support 8BITMIME if decode_date is False (#19662) and could be announced under this condition. The patch for #21725 already implements 8BITMIME so this can easily be done afterwards.

----------
components: email
messages: 220868
nosy: barry, jesstess, pitrou, r.david.murray, zvyn
priority: normal
severity: normal
status: open
title: smtpd.SMTPServer should announce 8BITMIME when supported
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21795>
_______________________________________


More information about the Python-bugs-list mailing list