1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
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 amministration 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
|