[Patches] [ python-Patches-408597 ] quopri, soft line breaks and CRLF

noreply@sourceforge.net noreply@sourceforge.net
Wed, 14 Mar 2001 13:31:38 -0800


Patches item #408597, was updated on 2001-03-14 13:31
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=408597&group_id=5470

Category: library
Group: None
Status: Open
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
Assigned to: Nobody/Anonymous (nobody)
Summary: quopri, soft line breaks and CRLF

Initial Comment:
This patch fixes a small problem with quopri:

Soft Line Breaks (i.e. lines ending with '='; 
see RFC 1521 2.1 Rule #5) do not work with CRLF line 
endings, because \r will not be stripped off from
the read line. This patch fixes this problem by
adding \r to the whitespace characters that are
stripped off of the end of the line.


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

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