Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51411
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-07-28 16:41 -0700 |
| Message-ID | <36aa5535-a821-4d7e-8414-1e40820705e4@googlegroups.com> (permalink) |
| Subject | email 8bit encoding |
| From | rurpy@yahoo.com |
How, using Python-3.3's email module, do I "flatten" (I think that's the right term) a Message object to get utf-8 encoded body with the headers: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit when the message payload was set to a python (unicode) string?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
email 8bit encoding rurpy@yahoo.com - 2013-07-28 16:41 -0700
Re: [python] email 8bit encoding "W. Trevor King" <wking@tremily.us> - 2013-07-28 23:16 -0700
Re: [python] email 8bit encoding rurpy@yahoo.com - 2013-07-29 20:56 -0700
Re: email 8bit encoding Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-07-29 22:52 +0200
Re: email 8bit encoding rurpy@yahoo.com - 2013-08-01 08:20 -0700
Re: email 8bit encoding Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-08-02 13:19 +0200
Re: email 8bit encoding Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-08-02 14:12 +0200
csiph-web