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

SourceForge.net noreply at sourceforge.net
Mon Sep 8 14:00:39 EDT 2003


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

Category: None
Group: None
Status: Open
Resolution: None
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: Stuart D. Gathman (customdesigned)
Date: 2003-09-08 16: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-08-31 22: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