[issue8489] Support RFC 6531 in smptlib

2015-05-16 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> RFC 6531 (SMTPUTF8) support in smtplib versions: +Python 3.5 -Python 3.4 ___ Python tracker

[issue8489] Support RFC 6531 in smptlib

2014-07-27 Thread moijes12
Changes by moijes12 : -- nosy: +moijes12 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org

[issue8489] Support RFC 6531 in smptlib

2013-02-23 Thread R. David Murray
R. David Murray added the comment: Thanks for the pointer. I keep reading "SMTPUTF8" as "SMTPUFF", but otherwise at a quick glance it looks like an improvement. -- title: Support UTF8SMTP as part of RFC 5336 in smptlib -> Support RFC 6531 in smptlib __