Inspiration - Automate the boring stuff with Python
Runs outlook app, continously monitor for new mails and download attachments to the default path and set the unread mails in inbox to read. Works in windows with outlook app.
git clone "https://github.com/itsmepvr/outlook-attachment-downloader.git"
cd outlook-attachment-downloader
Install pipenv for environment (optional)
pip install -r requirements.txt
python index.py
- Change the default path to download attachments in index.py file at user_path
- Put the mail subject which you want to download for incoming mails or keep it empty('') to download for any mails.
- Python 3.6
- Pipenv
This project is licensed under the MIT License
- Venkata Ramana P - itsmepvr