This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rajeshsr
Recipients memeplex, rajeshsr, ron.duplain
Date 2009-10-27.20:32:57
SpamBayes Score 6.62382e-07
Marked as misclassified No
Message-id <1256675579.62.0.697907378886.issue5430@psf.upfronthosting.co.za>
In-reply-to
Content
Am quite new here; just searching hard to contribute, would like to
patch this, if I can go ahead.

Don't we need to patch the original imaplib code also?

just remove the line:
self.literal = MapCRLF.sub(CRLF, message)
and have:
self.literal = message
Or am I missing something completely?
History
Date User Action Args
2009-10-27 20:32:59rajeshsrsetrecipients: + rajeshsr, memeplex, ron.duplain
2009-10-27 20:32:59rajeshsrsetmessageid: <1256675579.62.0.697907378886.issue5430@psf.upfronthosting.co.za>
2009-10-27 20:32:57rajeshsrlinkissue5430 messages
2009-10-27 20:32:57rajeshsrcreate