This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: email.MIMEText & email.MIMEMultipart "From" in message body
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: jkutter
Priority: normal Keywords:

Created on 2005-08-24 15:43 by jkutter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
mime_sample.py jkutter, 2005-08-24 15:43 Sample demonstrating how a message with a line starting with "From" will get snarfed.
Messages (2)
msg26115 - (view) Author: Jim Kutter (jkutter) Date: 2005-08-24 15:43
If a message contains a line starting with the word
From it will get prepended with a ">" character.

Example (using 2.4.1 on Linux, also occurs in 2.3.5)
attached.


msg26116 - (view) Author: Jim Kutter (jkutter) Date: 2005-08-24 15:55
Logged In: YES 
user_id=949682

Nevermind. Just figured out that is intended.
History
Date User Action Args
2022-04-11 14:56:12adminsetgithub: 42303
2005-08-24 15:43:08jkuttercreate