mail-notifier/README.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

2015-10-29 12:00:41 +03:00
## About
This is Light weight mail notifier written in PyQt5. It checks your mailbox periodically and notify you if you have new mail.
2015-10-31 20:38:11 +03:00
## Screenshots
![MailboxEmpty](https://raw.github.com/rinaldus/mail-notify/master/screenshots/screen1.jpg)
2015-10-31 20:39:50 +03:00
![MailboxFull](https://raw.github.com/rinaldus/mail-notify/master/screenshots/screen2.jpg)
2015-10-31 20:38:11 +03:00
![Settings](https://raw.github.com/rinaldus/mail-notify/master/screenshots/screen3.jpg)
2015-10-29 12:00:41 +03:00
## 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
```sh
$ chmod +x mail-notifier.py
```
2015-10-31 20:38:11 +03:00
## Changelog
### Version 1.0 (release date: 31.10.15)
2015-10-29 12:00:41 +03:00
* Settings window
2015-10-31 20:38:11 +03:00
* All parameters are stored in configuration file *(~/.config/mail-notify/settings.conf)*
* Many improvements
### Version 0.10 (pre release date: 28.10.15)
* Initial version
* All parameters are stored right in script
## Todo
2015-10-29 12:00:41 +03:00
* "About program" window