- ImapQuickCheck v1.3 -
----------------------

ABOUT:
------
 ImapQuickCheck is a lightweight systray docking app that checks your IMAP mailboxes for unread messages, similar to Gnome's Mail Notification.

FEATURES:
---------
- lightweight systray application
- GMAIL support through IMAP-SSL (use host:imap.gmail.com and port:993)
- check multiple mailboxes at once
- ability to mark read or delete unread mail from context menu
- animated sytray icon displaying unread mail count information
- displays a detailed mail list when mouse pointer hovers the icon
- pop-up & sound playback upon incoming new mail
- easy IMAP mailboxes setup
- launch external apps from systray such as e-mail client (context menu, double-click, middle-click)
- various configuration options
- translations : english, french

REQUIREMENTS:
-------------
- Qt (I mean Qt4), including sql/sqlite module
- python
- alsa-utils (optional)

CHANGELOG:
----------
  Version 1.3 (2010/01/20)
	- ADDED : Mail check process expiration timeout
	- FIXED : pysqlite2 is no more required as a dependency. Using python's sqlite3 built-in module instead
        - ADDED : make install rules
  Version 1.2 (2009/09/10)
	- FIXED : another silly bug with sqlite usage
	- FIXED : bug with popup message duration
  Version 1.1 (2009/09/09)
	- FIXED : memory leak with sqlite usage
	- ADDED : ability to mark read or delete unread mail from context menu
  Version 1.0 (launched 2009/08/23)

INSTALL:
--------
  - cd in the uncompressed source tarball's directory : # cd ImapQuickCheck-1.3
  - # lrelease ImapQuickCheck.pro (generates translation files)
  - # qmake ImapQuickCheck.pro PREFIX=/usr
  - # make
  - # make install
  - type 'imapquickcheck' from the command line or click 'ImapQuickCheck' from the 'Internet' menu
  - note : localized .qm translations files must be copied either in $HOME/.config/ImapQuickCheck or /usr/share/imapquickcheck/translations
  - note : you may use script 'checkinstaller' to generate a .deb package

UNINSTALL:
----------
  - # make uninstall

LICENSE:
--------
 G.P.L. 2.0

CONTACT:
--------
 - author : thierry deseez
 - e-mail : pizza.tony@free.fr
 - website : www.qt-apps.org or kde-apps.org
