Does python have a full fledged email library with things for pop, smtp, pop3 with ssl, mime?
If I want to create a web mail interface that pulls emails from email servers, and then shows the emails, along with attachments, can display the sender, subject, etc. (handles all the encoding issues etc).
update its one thing to be available in the libraries and another for them to be production ready. hoping someone who has used them to pull emails w/attachments etc. in a production environment can comment on this. thanks!