Skip to content

Simple Python script to receive emails, save attached files to a local folder and delete the email.

License

Notifications You must be signed in to change notification settings

anoderay/email_att_dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Email Attachment Downloader

Simple Python script to receive emails, save attached files to a local folder and delete the email.

There are several similar and more complex solutions out there but I got none of them working so I made my own. This script checks for emails via IMAP, downloads them, extracts attached files to a local folder and deletes the processed emails. Largely based on Vladimirs comment on this Stackoverflow thread.

About

Simple Python script to receive emails, save attached files to a local folder and delete the email.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages