[issue6327] [mimetext] long lines get cut with exclamation mark and newline

2011-09-06 Thread Dmitry Simonov
Dmitry Simonov added the comment: Quote: == Notes Note that mailservers have a 990-character limit on each line contained within an email message. If an email message is sent that contains lines longer than 990-characters, those lines will be subdivided by additional line endi

[issue6327] [mimetext] long lines get cut with exclamation mark and newline

2010-11-17 Thread R. David Murray
R. David Murray added the comment: Perhaps. You can help narrow this down by doing the following: In your program do a 'print msg.as_string()' and see if you see the ! problem there. If not, try using several different SMTP servers to send your email. If the ! problem shows up with all of

[issue6327] [mimetext] long lines get cut with exclamation mark and newline

2010-11-17 Thread Jeff Hull
Jeff Hull added the comment: I also have this problem with text getting replaced with the exclamation point. I am using this class. from email.MIMEText import MIMEText Perhaps it didn't work for you because you didn't send it via email. try this code msgAlternative = MIMEMultipart('

[issue6327] [mimetext] long lines get cut with exclamation mark and newline

2010-08-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue6327] [mimetext] long lines get cut with exclamation mark and newline

2010-01-09 Thread R. David Murray
R. David Murray added the comment: Since there's no response I'm closing this as 'works for me'. -- nosy: +r.david.murray priority: -> normal resolution: -> works for me stage: -> committed/rejected ___ Python tracker

[issue6327] [mimetext] long lines get cut with exclamation mark and newline

2009-06-24 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Are you referring to the email.mime.text.MIMEText class (or email.MIMEText.MIMEText)? How did you use it? A basic test (print MIMEText('long'*500)) did not show any line break. -- nosy: +amaury.forgeotdarc ___

[issue6327] [mimetext] long lines get cut with exclamation mark and newline

2009-06-23 Thread Martijn Otto
New submission from Martijn Otto : 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: 0148