OwaNotifier / owa-notifier

Display notifications on new mail on office365 OWA (Outlook Web Access) by desktop tray notification

Home Page:https://owanotifier.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Owa-Notifier

Build Status
codecov.io

This application display notification when number of unread mail change in a Office365 inbox. It use oauth2 to get graph.microsoft.com API credential.

See documentation for more details about operating principle.

Screenshot

There is 2 way to display new mail notification with Owa-Notifier :

On windows 10 using system notification

screenshot-notification

On other platform using internal swing notification

screenshot-notification

Tray icon

When running the application display a icon tray.

screenshot-tray

Minimum requirement :

  • java 1.6
  • Desktop environnement
  • A browser
  • Linux or Windows

Build

mvn clean package

Run

java -jar target\OwaNotifier-jar-with-dependencies.jar

About

Display notifications on new mail on office365 OWA (Outlook Web Access) by desktop tray notification

https://owanotifier.github.io

License:MIT License


Languages

Language:Java 99.6%Language:HTML 0.4%