Skip to content

Monitor and download attachments from outlook app inbox mails in windows automatically with given subject

Notifications You must be signed in to change notification settings

itsmepvr/outlook-attachment-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outlook Inbox Attachments Downloader

Monitor and download attachments in unread mails from outlook app in Windows.

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.

Install:

git clone "https://github.com/itsmepvr/outlook-attachment-downloader.git"
cd outlook-attachment-downloader

Install pipenv for environment (optional)

pip install -r requirements.txt

Usage:

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.

Built With

  • Python 3.6
  • Pipenv

licensed

This project is licensed under the MIT License

Authors

About

Monitor and download attachments from outlook app inbox mails in windows automatically with given subject

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published