[Python-bugs-list] [ python-Bugs-521937 ] email module: object instantiation fails

noreply@sourceforge.net noreply@sourceforge.net
Sat, 23 Feb 2002 22:06:11 -0800


Bugs item #521937, was opened at 2002-02-23 18:07
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=521937&group_id=5470

Category: Python Library
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Sheila King (sheilaking)
>Assigned to: Barry Warsaw (bwarsaw)
Summary: email module: object instantiation fails

Initial Comment:
email module fails to instantiate an object when
reading in a poorly formed message from either the
message_from_file or message_from_string object.

I have commented on this already on the python-list. I
will include links to the discussions below:
http://mail.python.org/pipermail/python-list/2002-February/085513.html
http://mail.python.org/pipermail/python-list/2002-February/089220.html



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

>Comment By: Tim Peters (tim_one)
Date: 2002-02-23 22:06

Message:
Logged In: YES 
user_id=31435

Assigned to Barry.  Short course:  trying to load an ill-
formed msg can raise an exception under the email package 
where under earlier libraries the same inupt allowed making 
some (non-exceptional) progress.

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

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