NEWS for cgmail
===============

cgmail 0.6.2:
    * Updates to the translation files
    * Fix incorrectly appends @gmail.com to address (LP: #598745)

cgmail 0.6.1:
    * replaced hardcoded config paths by helper functions.
    * fixes/improves a few things in the junkfilter:
	- filter reordering (via contextmenu and drag & drop)
    * Added a "Quit" menu item to status icon that stops all active 
      checkers. (LP: #320557)
    * Set keyring name from "default" to the default keyring name. (LP: #414600)
    * Fixes LP: #358569, LP: #421176
    * Click Preferences item from status icon brings cGmail window to front if 
      it's minimized or not active.
    * User can refresh active accounts from status icon.
    * Rearranged notification bubble.
    * Status icon updates to reflect check activity.

cgmail 0.6:
    * Rewrite open_browser in lib/utils.py to make use of gnomevfs or webbrowser
    * Load resources from data dir using xdg module.
    * Use Waf framework for configuring, compiling and installing cGmail.
    * Notification distinguish between previously reported and new mail (LP: #233821)
    * Filtering functionality for spam: Filtering is currently supported for
      pop3 and imap checkers, the gmail checker does not seem to provide the
      required email fields. (thanks to Patrick Ulbrich)
    * Fixed a typo in imapchecker (LP: #228140)
    * Fixed GMAIL_ATOM_URL to use a unified url. (LP: #250558)
    * Use a PEEK when fetching messages from an IMAP server.
      Thanks to Greg A. (LP: #177225)
    * Using GtkBuilder instead of libglade (LP: #393655)
    * Fixed a crash when Exec command is checked but 
      command is null (LP: #392730)
    * Improved status icon: Now status icon will no more display ">5" when
      more there are more than 5 mail. Now it can display up to 99 unread
      mails using an on the fly generated icon pixbuf.
    * removed cGmail/lib/notifier.py, modified cGmail/service/checkersrunner.py,
      cGmail/service/statusicon.py, cGmail/service/statusnotifier.py:
      - using pynotify library for notifications (LP: #335197)
    * modified cGmail/checkers/gmailchecker.py:
      - removed some \n from notification message
      - fixed account name from Gmail notification (LP: #366594)
    * cGmail/lib/common.py:
      - temporary fix for BASE_DATA_PATH (LP: #215990)
    * removed debian dir
    * code cleanup
    * Applied patch remove-feedparser.patch
    * data/cgmail.desktop:
      - Fixed cgmail desktop file with standards. (LP: #184232)

cgmail 0.5:
	* New build system: Now using python setuptools and distutils-extra
	* New plugin like system: Each checker now is fully independent. Third
	  party plugins could be implemented.
	* Labels support in Gmail: Gmail checker now support labels checking
	* Dropped awn support: awn notification support is dropped becouse
	  unmaintained
	* Pertinent actions: Only pertinent actions will be displayed on
	  notification bubbles. No more "go to gmail account" for pop3 or imap
	  accounts

cgmail 0.4.1:
	* fixed sound bug: Disabled gnome play engine in lib/utils.py
	* fixed autostart bug: Now autostart option in config dialog should
	  always work.
	* fixed pop3 bug: https://bugs.launchpad.net/cgmail/+bug/145301 Now
	  all mails should be always notified

cgmail 0.4:
	* autostart: autostart option added to cGmail preferences dialog.
	  If you set this option, cGmail will be started with the gnome 
	  desktop.
	* status icon: now if status icon indicate that there are some mails
	  but you have not seen the notifications bubble, clicking on status
	  icon will redisplay it
	* imap support: added support for imap mailboxes
	* Fixed bug: now can always use gnome keyring with imap accounts
	* Fix: minor bugs fixed
	* enable/disable accounts: now you can set an account as enabled or
	  disabled from accounts dialog
	* Account properties dialog: no more use the Notebook widget
	* Implementation redesigned: Now there is a service that will check
	  mails periodically and an administration gui.
	* Awn notification: cGmail now can contact awn (avant window
	  navigator) to tell him about new mail. A number on the choosed
	  icon app will appear and will indicate new mails count. You can
	  enable this feature using gnome gconf-editor
	* GNOME guidelines: now by default cGmail icon is not showed on the
	  systray. It will appear only when there are some mails to notify.

cgmail 0.3.1:
	* Fix: fixed email parser import

cgmail 0.3:
	* multiple accounts: cGmail now support multiple accounts
	* pop3 accounts: cGmail now support pop3 accounts
	* plain file: you can choose if you like to use gnome keyring for
	  storing credentials or if you want to use a plain text file
	* GConf: Full support for configuration using Gnome GConf
	* sounds: cGmail can emit a sound to tell you that a new mail is
	  arrived
	* notifications: now you can choose if you want to cGmail notify you
	  via libnotify or not. If you choose to not, status icon will display
	  messages count as always.
	* command on new mail: now you can set a command that cGmail will
	  execute when there are new mails
	* check interval: now you can set check mails interval using
	  preferences dialog

cgmail 0.2.1:
	* Notifications: Stop redisplaying already notified messages. Reshow
	  notifications only if user click on status icon.
	* French translation: Added french translation.
	* Polish translation: Added polish translation.
	* Swedish translation: Added swedish translation.
	* Fix: Corrected bug. Now cgmail will not crash if there are more than
	  5 new mails to notify
cgmail 0.2 
	* Staus Icon: Now status icon will dispay incoming mail count
	* Status Icon: Designed icons for message count statuses
	* Enanched Notifications: Notifications are now cleaner and include a
	  button to open a browser at gmail url.
	* Translation: Added italian translation
	* Project Dirs: Reorganized project directories
	* Notifications: Now only 5 mails subjects and senders will be showed
	  on notifications to avoid to overbound the desktop area
	* Popup Menu: better menu positioning method
	* About Dialog: Added about dialog
