This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sdaoden
Recipients r.david.murray, sdaoden
Date 2011-02-22.10:42:44
SpamBayes Score 0.00010607821
Marked as misclassified No
Message-id <1298371365.77.0.815983872221.issue11243@psf.upfronthosting.co.za>
In-reply-to
Content
(Of course you're right.  It just reads, passes around and spits out that ... of a mail just the same it came in.  Performance is very well, too, just about 1.5 seconds - some two weeks ago it took about 1.1 seconds, but with Python 2.7 - so!

P.S.: my very own desire was just to have a single entry point where i can drop whatever ... in and get something back which may be just as silly but at least conformant, e.g. '__setitem__[x] = ADJUST(__getitem__[x])'; imagine what a swiss ;-) would need to do to get to that point with EMail 5.1: x=header.decode_header(), if x[1] is None check wether string is ASCII clean, otherwise hard-encode with latin1/unknown 8-bit; but even if x[1] is not None the content may be malformed; and then remember that all these steps can throw exceptions, which need to be handled because the mail *will* be processed.  Of course, we're talking about the header here only 8-))
History
Date User Action Args
2011-02-22 10:42:45sdaodensetrecipients: + sdaoden, r.david.murray
2011-02-22 10:42:45sdaodensetmessageid: <1298371365.77.0.815983872221.issue11243@psf.upfronthosting.co.za>
2011-02-22 10:42:45sdaodenlinkissue11243 messages
2011-02-22 10:42:44sdaodencreate