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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 22 Mar 2001 18:48:02 -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: Closed
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
>Assigned to: Guido van Rossum (gvanrossum)
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.


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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-03-22 18:48

Message:
Logged In: YES 
user_id=6380

Checked in.

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

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