Python Forum
want suggested module for e-mail parsing - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: want suggested module for e-mail parsing (/thread-20087.html)



want suggested module for e-mail parsing - Skaperen - Jul-26-2019

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.