[Python-bugs-list] [ python-Bugs-592489 ] CRLF ignored in package email

noreply@sourceforge.net noreply@sourceforge.net
Thu, 08 Aug 2002 01:11:32 -0700


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

Category: Python Library
Group: Python 2.2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Jan Rosczak (rosczak)
Assigned to: Nobody/Anonymous (nobody)
Summary: CRLF ignored in package email

Initial Comment:
When parsing a MIME message with the class
email.Parser.Parser the different body parts are not
separated correctly if the boundary strings are
enclosed with CRLF as demanded by RFC2046. 

The Parser class only works with the '\n' character.
Reading RFC2046
I would expect it to use '\r\n' instead.

I am using Python 2.2.1 on Redhat Linux 7.3

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

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