Python Forum

Full Version: want suggested module for e-mail parsing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i see that there are many modules that claim to be able to parse and/or process email. i have a coming project where a script will get an email entirely in memory (probably one big newline or CRLF separated string) and needs to parse it to get information out of it, particularly a list of all recipients. there also needs to be a way to remove all BCC lines. if you have looked at these, i'd like to know which would be best for this. i especially want there to be no file i/o.