System tray mail notifier written in Python 3 and PyQt5
Go to file
Rinaldus cbf5009ec9 preparing to version 1.01 2016-01-25 12:50:48 +03:00
icons New icon that shows if you have connection errors 2016-01-25 12:43:44 +03:00
screenshots improved screenshot 2015-10-31 20:56:17 +03:00
ui made some cosmetic changes 2015-10-31 20:49:46 +03:00
README.md preparing to version 1.01 2016-01-25 12:50:48 +03:00
mail-notifier.py New icon that shows if you have connection errors 2016-01-25 12:43:44 +03:00
res.py New icon that shows if you have connection errors 2016-01-25 12:43:44 +03:00
resources.qrc New icon that shows if you have connection errors 2016-01-25 12:43:44 +03:00
ui_settings.py made some cosmetic changes 2015-10-31 20:49:46 +03:00

README.md

About

This is Light weight mail notifier written in PyQt5. It checks your mailbox periodically and notify you if you have new mail.

Screenshots

MailboxEmpty MailboxFull Settings

Install

You need to install PyQt5 as dependency. Then just clone this git repository or download release and copy all files where you want to store this program. No additional installation is required.
In version 0.10 you also need to edit mail-notifier.py and fill your mailbox credentials in 70-72 rows

Launch

Give execute permission to mail-notifier.py

$ chmod +x mail-notifier.py

Changelog

Version 1.01 (release date: 25.01.16)

  • New icon, that shows if you have connection problems
  • Fixed bug when system tray icon sometimes didn't appear after DE start

Version 1.0 (release date: 01.11.15)

  • Settings window
  • All parameters are stored in configuration file (~/.config/mail-notifier/settings.conf)
  • Many improvements

Version 0.10 (pre release date: 28.10.15)

  • Initial version
  • All parameters are stored right in script

Todo

  • "About program" window