/python-ews-notification

Notifies desktop users about new emails on exchange

Primary LanguagePythonMIT LicenseMIT

Python EWS Notify

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.

Install

  • 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
cp credentials-example .credentials
nano .credentials # or use any other editor of your choice