[New-bugs-announce] [issue6327] [mimetext] long lines get cut with exclamation mark and newline

Martijn Otto report at bugs.python.org
Tue Jun 23 16:33:07 CEST 2009


New submission from Martijn Otto <martijntje at gmail.com>:

When using mimetext, long lines are cut at character 990, at which place
an exclamation mark, a newline and a space are inserted. After this the
line continues... For example, this line:

000000000148                                                           
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                   0220090622N0   K.        de       
Boer                                                                     
                                                                  
Badhuisstraat                      36                                       
         2012 CPHAARLEM                            NED20090622       
1500     628215290           19030201keesdeboerisdebeste at hotmail.com     
              0123456789  

will get changed to

000000000148                                                           
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                               0220090622N0   K.        de        Boer 
                                                                       
                                                             
Badhuisstraat                      36                                  
             2012 CPHAARLEM                            NED20090622     
  1500     628215290           19030201keesdeboerisdebeste at hotm!
 ail.com                   0123456789

----------
messages: 89627
nosy: martijntje
severity: normal
status: open
title: [mimetext] long lines get cut with exclamation mark and newline
type: behavior
versions: Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6327>
_______________________________________


More information about the New-bugs-announce mailing list