[Python-bugs-list] [ python-Bugs-626119 ] email incompatibility upgrading to 2.2.2

noreply@sourceforge.net noreply@sourceforge.net
Sun, 20 Oct 2002 22:31:26 -0700


Bugs item #626119, was opened at 2002-10-20 19:02
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=626119&group_id=5470

Category: Python Library
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 6
Submitted By: Kevin M. Turner (acapnotic)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: email incompatibility upgrading to 2.2.2

Initial Comment:
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.


----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2002-10-21 01:31

Message:
Logged In: YES 
user_id=31435

I don't know what the URL has to do with this, but since I'm 
running on a modern OS I was able to get it for you 
<wink>.  See attachment.

----------------------------------------------------------------------

Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-10-21 01:12

Message:
Logged In: YES 
user_id=12800

Is that url meant to point to the example code that
illustrates the problem?  If so, could you please upload it
to this bug report instead.  I'm not able to grab the file
with wget.

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2002-10-20 19:28

Message:
Logged In: YES 
user_id=33168

Barry, I raised priority.  This sounds like it could be
important.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=626119&group_id=5470