Notifies you if any new emails arrive in your exchange account. This is a quickfix for users that can not get notifications from Outlook Web Access (OWA). This is accomplished by using exchange webservices (ews) and a notifications library for python.
-
Download or clone this repo
-
(Optional) Create a new virtualenv with python3 and activate it
virtualenv -p python3 venv
source venv/bin/activate
- Install requirements
pip install -r requirements.txt
-
Choose an email notification sound and download it to the current folder For inspiration, we recommend http://www.sounds4email.com/sounds/popular.php
-
Create a credentials file
cp credentials-example .credentials
nano .credentials # or use any other editor of your choice