[issue1372770] email.Header should preserve original FWS

2012-01-02 Thread Srikanth S
Changes by Srikanth S : -- nosy: +srikanths ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue1372770] email.Header should preserve original FWS

2011-04-18 Thread R. David Murray
R. David Murray added the comment: As of the fix for issue 11492, the email package only uses continuation_ws when folding RFC2047 encoded words. So I consider this issue fixed. (I have, by the way, come around to the view that we should never be introducing or deleting whitespace except wh

[issue1372770] email.Header should preserve original FWS

2011-01-08 Thread R. David Murray
R. David Murray added the comment: I agree that when dealing with prexisting folding it is better to preserve it. The case I was talking about is, say, prepending re to a subject and refolding it. It is the transformation step where I think turning fws into a single space makes sense. But

[issue1372770] email.Header should preserve original FWS

2011-01-07 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue1372770] email.Header should preserve original FWS

2011-01-07 Thread Nathan Herring
Nathan Herring added the comment: You are certainly correct about (some, perhaps many) e-mail generators using tabs when folding, which is AFAICT, much more likely an incorrect implementation of RFC 2822 rather than an intentional transformation of the user's specified Subject line. Some*, ho

[issue1372770] email.Header should preserve original FWS

2010-08-06 Thread R. David Murray
R. David Murray added the comment: Header parsing and formatting is one of the major changes in email6, and it should handle this much more sensibly. email6 won't land until 3.3, though it will be available on pypy for testing before that. If you want propose a patch for fixing this in the

[issue1372770] email.Header should preserve original FWS

2010-08-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: The email module has several problems. RDM is working on overhauling the email module for 3.2. Existing issues may not get individual attention. -- nosy: +terry.reedy versions: +Python 3.2 -Python 2.6, Python 3.0 __

[issue1372770] email.Header should preserve original FWS

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list

[issue1372770] email.Header should preserve original FWS

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1372770] email.Header should preserve original FWS

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker ___ _