Hello
I've just been given a project which involves the following steps
- Grab an email from a POP3 address
- Open an attachment from the email
- Extract the To: email address
- Add this to a global suppression list
I'd like to try and do this in Python even though I could it in PHP in half the time (this is because I dont know anywhere near as much Python as PHP)
My question would be.
Can anyone recommend a Python library for interacting with email in the way described above?
Many thanks in advance