This is a Qt/C++ tray based application that monitors gmail accounts and display unread emails in each configured label.
- Can be build as a KDE tray application(default) or a stand alone Qt tray application.
- Accounts credentials are stored securely either in libsecret, KWallet or in an internal storage system for those who do not want GNOME or KDE dependencies.
- Multiple gmail accounts.
- Multiple labels for each gmail account.
- Automatic new email checking with configurable time interval.
- Manual email checking.
- Ability to pause and un pause automatic email checking.
- Internationalization support(currently supports greek, spanish, french, dutch and german languages).
-
This application access GMail accounts with least amount of privileges and the best it can do is get a list of unread and total emails from each label of an account and that is all it does.
-
This application simply asks how many unread emails are in a configured label and display them. This app does not even know the email address of the account it is accessing.