Re: EmailMessage and RFC 2047

2019-04-30 Thread Peter J. Holzer
On 2019-04-30 17:45:52 +0200, Thomas Jollans wrote: > On 30/04/2019 13.11, Peter J. Holzer wrote: > > https://docs.python.org/3.7/library/email.header.html states: > > > > | This module is part of the legacy (Compat32) email API. In the current > > | API encoding and decoding of headers is handled

Re: EmailMessage and RFC 2047

2019-04-30 Thread Thomas Jollans
On 30/04/2019 13.11, Peter J. Holzer wrote: > Hi, > > https://docs.python.org/3.7/library/email.header.html states: > > | This module is part of the legacy (Compat32) email API. In the current > | API encoding and decoding of headers is handled transparently by the > | dictionary-like API of the

EmailMessage and RFC 2047

2019-04-30 Thread Peter J. Holzer
Hi, https://docs.python.org/3.7/library/email.header.html states: | This module is part of the legacy (Compat32) email API. In the current | API encoding and decoding of headers is handled transparently by the | dictionary-like API of the EmailMessage class. I understood this to mean that an Ema