[Patches] [ python-Patches-796908 ] decode message attachments in email.Message

SourceForge.net noreply at sourceforge.net
Wed Aug 25 13:06:55 CEST 2004


Patches item #796908, was opened at 2003-08-28 21:46
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=796908&group_id=5470

Category: None
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Stuart D. Gathman (customdesigned)
Assigned to: Nobody/Anonymous (nobody)
Summary: decode message attachments in email.Message

Initial Comment:
This is a fix for bug 794458.  It is not a complete fix
because although it correctly decodes message
attachments on input, the Generator doesn't obey the
encoding.  I'll fix Generator.py next.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2004-08-25 13:06

Message:
Logged In: YES 
user_id=21627

The patch is out of date, as the code has been rewritten
since. Also, on the bug itself, Barry claims that this is
also out of date (i.e. fixed). So I'm rejecting this patch
as out-of-date also. If you disagree, please update the
patch, resubmit it, and include an test case that gets
corrected with your patch.

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

Comment By: Stuart D. Gathman (customdesigned)
Date: 2003-09-08 22:00

Message:
Logged In: YES 
user_id=142072

I must have forgotten to check the checkbox . . .

It may not be necessary to modify Generator.  Any valid
rfc822 message 
would not need encoding as a message attachment.  If it is
desired to preserve the encoding, that is a simple patch to
Generator.py, and the Encoding would not be deleted as is
done in this patch.

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

Comment By: Jeff Epler (jepler)
Date: 2003-09-01 04:47

Message:
Logged In: YES 
user_id=2772

It looks like you failed to include the attachment/patch

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

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


More information about the Patches mailing list