[issue4958] email/header.py ecre regular expression issue

2009-01-15 Thread Jan Malakhovski
New submission from Jan Malakhovski : Hello. I have dedicated mail server at home and it holds about 1G of mail. Most of mail is in non UTF-8 codepage, so today I wrote little script that should recode all letters to UTF. But I found that email.header.decode_header parses some headers wrong. Fo

[issue4958] email/header.py ecre regular expression issue

2009-01-15 Thread Gabriel Genellina
Gabriel Genellina added the comment: Your example header is invalid. Excerpt from RFC2047 section 5: + An 'encoded-word' MUST NOT be used in parameter of a MIME Content-Type or Content-Disposition field, or in any structured field body except within a 'comment' or 'phrase'. Even

[issue4958] email/header.py ecre regular expression issue

2009-02-03 Thread Tom Lynn
Tom Lynn added the comment: Duplicates issue1047. -- nosy: +tlynn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue4958] email/header.py ecre regular expression issue

2009-02-03 Thread Tom Lynn
Tom Lynn added the comment: Oops, duplicates issue 1079 even. ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue4958] email/header.py ecre regular expression issue

2009-03-27 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc : -- resolution: -> duplicate status: open -> closed superseder: -> decode_header does not follow RFC 2047 ___ Python tracker ___ ___