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 acapnotic
Recipients
Date 2002-10-20.23:02:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This code broke when I upgraded python from 2.2.1 to
2.2.2.  Suddenly, my e-mail is base64 encoded, with no
indication of this in the message header, so the
message body shows up as garbage in my inbox.
http://twistedmatrix.com/users/acapnotic/wares/code/E2Email/e2email-1.7.py

I do get a warning:
/home/kevint/bin/e2email:188: DeprecationWarning:
_encoder argument is obsolete.
but it just issues the warning in passing and doesn't
stop it from eating my message.
History
Date User Action Args
2007-08-23 14:07:20adminlinkissue626119 messages
2007-08-23 14:07:20admincreate