Patches item #658407, was opened at 2002-12-25 02:47 Message generated for change (Settings changed) made by akuchling You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=658407&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.2.x Status: Open Resolution: Out of Date Priority: 5 Submitted By: Hatuka*nezumi (hatukanezumi) >Assigned to: Barry A. Warsaw (bwarsaw) Summary: email: minimal header encoding Initial Comment: Most implementations using 'B' header encoding (e.g. for ISO-2022-JP) encode 'minimal' portions of header value and do not encode US-ASCII portions as much as possible. This patch does this. Current version (2.4.3) of email.Header module encodes whole of header value. Though this feature is MIME-compliant, especially with 'B' encoding, causes some difficulty. For example: Subject prefix of mailing list postings are usually written in ASCII characters -- GL part of its charset. Encoded form of subject prefix is not only human-readable but also some search, header-rewrite etc. capabilities are forced to implement preprocessing for decoding. ---------------------------------------------------------------------- Comment By: Hatuka*nezumi (hatukanezumi) Date: 2002-12-25 02:50 Message: Logged In: YES user_id=529503 There's no uploaded file! You have to check the checkbox labeled "Check to Upload & Attach File" when you upload a file. Please try again. (This is a SourceForge annoyance that we can do nothing about. :-( ) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=658407&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
