Skip to content

ChristianKreuzberger/python-ews-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Notifies desktop users about new emails on exchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages