[Patches] [ python-Patches-462190 ] New C module for quopri assist

noreply@sourceforge.net noreply@sourceforge.net
Mon, 17 Sep 2001 00:39:40 -0700


Patches item #462190, was opened at 2001-09-17 00:39
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=462190&group_id=5470

Category: Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Brandon Long (blong42)
Assigned to: Nobody/Anonymous (nobody)
Summary: New C module for quopri assist

Initial Comment:
This patch adds a new module, quoted, and code in
quopri to use this module if it exists.  This module
implements quoted printable encoding and decoding based
on strings in C.  This was required by a recent project
of mine because 1MB quoted printable mail attachments
(sometimes chosen to send PDF and PS data) would take
40+ minutes to encode and decode using the standard
quopri python module.

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

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