[issue15232] email.generator.Generator doesn't mangle "From " lines in MIME preamble

2012-07-29 Thread Chris Pickett

Chris Pickett added the comment:

Thanks everyone!

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15232] email.generator.Generator doesn't mangle "From " lines in MIME preamble

2012-07-24 Thread Roundup Robot

Roundup Robot  added the comment:

New changeset 0caff799e4bf by R David Murray in branch '3.2':
#15232: make NEWS entry more accurate.
http://hg.python.org/cpython/rev/0caff799e4bf

New changeset d53524c43d0e by R David Murray in branch 'default':
#15232: make NEWS entry more accurate.
http://hg.python.org/cpython/rev/d53524c43d0e

New changeset e9ffde2c7da3 by R David Murray in branch '2.7':
#15232: make NEWS entry more accurate.
http://hg.python.org/cpython/rev/e9ffde2c7da3

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15232] email.generator.Generator doesn't mangle "From " lines in MIME preamble

2012-07-23 Thread Petri Lehtinen

Petri Lehtinen  added the comment:

Thanks. The news entry should probably say 'From ' instead of 'From'.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15232] email.generator.Generator doesn't mangle "From " lines in MIME preamble

2012-07-22 Thread R. David Murray

R. David Murray  added the comment:

Same problem with the epilogue.  Fixed both.

--
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15232] email.generator.Generator doesn't mangle "From " lines in MIME preamble

2012-07-22 Thread Roundup Robot

Roundup Robot  added the comment:

New changeset b97f65f2298d by R David Murray in branch '3.2':
#15232: correctly mangle From lines in MIME preamble and epilogue
http://hg.python.org/cpython/rev/b97f65f2298d

New changeset 80b81658455b by R David Murray in branch 'default':
Merge #15232: correctly mangle From lines in MIME preamble and epilogue
http://hg.python.org/cpython/rev/80b81658455b

New changeset 9f500171c592 by R David Murray in branch '2.7':
#15232: correctly mangle From lines in MIME preamble and epilogue
http://hg.python.org/cpython/rev/9f500171c592

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15232] email.generator.Generator doesn't mangle "From " lines in MIME preamble

2012-07-01 Thread Petri Lehtinen

Petri Lehtinen  added the comment:

Hi and thanks for the report. It seems that this is a bug in 
email.generator.Generator, as it fails to mangle "From " lines in the MIME 
preamble (after the headers, before the first "--Boundary..." line).

--
components: +Library (Lib)
nosy: +petri.lehtinen
stage:  -> needs patch
title: maildir parsing can split up messages with 'From ' at the start of a 
line -> email.generator.Generator doesn't mangle "From " lines in MIME preamble
type:  -> behavior
versions: +Python 2.7, Python 3.2, Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com