[Patches] [ python-Patches-1666625 ] Allow specifying headers for MIME parts
SourceForge.net
noreply at sourceforge.net
Wed Jun 6 18:13:40 CEST 2007
Patches item #1666625, was opened at 2007-02-23 01:18
Message generated for change (Comment added) made by sonderblade
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1666625&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jörg Sonnenberger (jsonn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Allow specifying headers for MIME parts
Initial Comment:
The patch is needed to allow specification e.g. of content-transfer-encoding. I couldn't find a way with the existing infrastructure to do that.
----------------------------------------------------------------------
Comment By: Björn Lindqvist (sonderblade)
Date: 2007-06-06 18:13
Message:
Logged In: YES
user_id=51702
Originator: NO
The MimeWriter module is deprecated since 2.3, so no point in adding new
functionality to it, is there?
----------------------------------------------------------------------
Comment By: Collin Winter (collinwinter)
Date: 2007-03-06 18:15
Message:
Logged In: YES
user_id=1344176
Originator: NO
Thanks for contributing! While I can't speak to whether this patch is a
good idea, here are some things you need to fix:
1) Your patch introduces incorrect indentation at line 136 and 137 of
Lib/MimeWriter.py (run your updated MimeWriter.py with "python -tt").
2) The patch lacks test cases (add them to Lib/test/test_MimeWriter.py)
and documentation (update Doc/lib/libmimewriter.tex).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1666625&group_id=5470
More information about the Patches
mailing list