Commit Graph

151 Commits

Author SHA1 Message Date
Patrick Ulbrich
776ce2093c fixed plugin config loading/saving 2013-07-14 18:07:22 +02:00
Patrick Ulbrich
211db22ce4 added plugin framework and converted dbusservice into a plugin 2013-07-14 15:53:01 +02:00
Patrick Ulbrich
c54f9992f2 s/env python/env python2/g 2013-06-15 16:42:54 +02:00
Patrick Ulbrich
fd72df3a5b bumped up version to 0.9.9 2013-06-15 16:16:24 +02:00
Patrick Ulbrich
5d7c1ac9c8 stripped down Mailnag to a core functionality
overhauled config gui that reflects the changes and introduces plugins
disable/restart daemon via dbus call when closing the config gui
refactoring
2013-06-15 16:15:28 +02:00
Patrick Ulbrich
5a2a655ba9 removed notification mode option from config file and dialog
changed copyright date in config dialog
2013-06-12 15:12:44 +02:00
Patrick Ulbrich
7631dabb15 added dbus service, removed notifications (sound and popups) from daemon 2013-06-10 20:29:19 +02:00
Patrick Ulbrich
02fdba704d bumped version number 2013-01-06 13:03:15 +01:00
Patrick Ulbrich
d12d2c5c5e comment cleanup 2012-12-23 14:13:10 +01:00
Patrick Ulbrich
bbc2afaf88 bumped up version number 2012-12-23 13:30:45 +01:00
Patrick Ulbrich
7338795a76 replaced all occurences of the keyring item literal by a constant 2012-12-22 19:22:13 +01:00
Patrick Ulbrich
a6e586a7b6 bumped up version number 2012-12-05 15:23:35 +01:00
Patrick Ulbrich
243d29df8e removed unused imports 2012-12-02 18:38:32 +01:00
Patrick Ulbrich
525ffa34f2 removed evolution account import as it isn't working anymore 2012-12-02 18:36:59 +01:00
Patrick Ulbrich
084293e54c migrated to GnomeKeyring from gir.repository 2012-12-02 18:28:01 +01:00
Patrick Ulbrich
98531792b4 bumped version number 2012-12-02 13:55:04 +01:00
Patrick Ulbrich
3fb44eb406 removed workaround code and made notification sound working again 2012-10-20 19:00:00 +02:00
Patrick Ulbrich
df3ce45ebd bumped version number 2012-10-20 18:46:04 +02:00
Patrick Ulbrich
d02a99b86f removed messagetray label since it is not visible in GNOME 3.6 2012-10-20 18:35:09 +02:00
Patrick Ulbrich
4b2861c5c8 post release version bump 2012-08-18 15:31:14 +02:00
Patrick Ulbrich
bdad524684 fixed filename in header comment of utils.py 2012-08-18 15:29:51 +02:00
Patrick Ulbrich
9ef42aeccd moved distro specific vars to dist_cfg.py 2012-08-18 15:27:22 +02:00
Patrick Ulbrich
c3fd95f568 fixed indention 2012-08-18 13:40:03 +02:00
Patrick Ulbrich
658a8954fc post release version bump 2012-05-26 17:37:01 +02:00
Patrick Ulbrich
f24c31fb69 gettext: enable fallback language 2012-05-26 17:35:54 +02:00
Patrick Ulbrich
e57c5f6495 make gettext return strings in unicode 2012-05-15 19:08:03 +02:00
Patrick Ulbrich
fe4b95abb4 post release version bump 2012-01-20 19:48:13 +01:00
Patrick Ulbrich
7e14fcae50 bumped version for release 2012-01-14 21:19:59 +01:00
Patrick Ulbrich
f33e497ec1 take folder into account when generating account IDs 2012-01-14 19:30:46 +01:00
Patrick Ulbrich
295e870670 do not return broken connections 2012-01-12 21:03:14 +01:00
Patrick Ulbrich
9b7b26c42c bumped version number 2012-01-08 14:53:51 +01:00
Patrick Ulbrich
c4745fa321 added version to about tab 2012-01-08 14:40:00 +01:00
Patrick Ulbrich
b406602d80 marked members as private where appropriate 2012-01-08 13:37:33 +01:00
Patrick Ulbrich
6d68a191c9 mass commit
fixed imap idle implementation (reuse open imap connections and don't poll unaffected accounts)
reconnect if a connection has been lost (e.g. after standby)
moved connection check from startup script to mailnag.py
removed unused/unnecessary code
refactoring, fixed exception handling
2012-01-02 20:33:42 +01:00
Patrick Ulbrich
2d11a4dfac removed PACKAGE_NAME redefinition 2011-12-11 18:07:06 +01:00
Patrick Ulbrich
fb21176ec1 enable SSL by default 2011-12-07 21:02:20 +01:00
Patrick Ulbrich
a15b53956b moved gettext handling in i18n module 2011-12-01 20:04:13 +01:00
Patrick Ulbrich
8c78913100 made messagetray_label string translatable 2011-12-01 19:31:45 +01:00
Taylor Braun-Jones
211c7ab7ad Use a meaningful message tray label by default. Needs to be made translatable. 2011-12-01 10:00:39 -05:00
Patrick Ulbrich
5b9e2a3a8f use playbin2 2011-11-29 18:30:13 +01:00
Patrick Ulbrich
da8293632b removed mailclient configuration 2011-11-28 17:52:31 +01:00
Patrick Ulbrich
f266d02a3e commented out debug msg 2011-11-27 17:03:22 +01:00
Patrick Ulbrich
f89fd559f6 removed connection retries from Account.get_connection() since they'd make the mailcheck_lock block for 30 seconds on connection errors 2011-11-27 16:58:58 +01:00
Patrick Ulbrich
0843db980b fixed gstreamer cleanup issue 2011-11-27 16:43:31 +01:00
Patrick Ulbrich
19f49e5898 fixed lookup of default mail client in GNOME 3 2011-11-27 13:37:04 +01:00
Patrick Ulbrich
712d25a318 removed unneeded import 2011-11-26 20:28:41 +01:00
Patrick Ulbrich
fb32f75ca5 rewritten account stuff (unfortunately this breaks existing config files) 2011-11-26 20:23:24 +01:00
Patrick Ulbrich
41c72f56ab encoded mailnag.wav to ogg and adapted default settings 2011-11-19 16:29:40 +01:00
Patrick Ulbrich
546c395ee6 default to the systems default mail client 2011-11-19 16:02:37 +01:00
Patrick Ulbrich
41abf09cc1 play notification sound using gstreamer instead of aplay 2011-11-19 15:53:43 +01:00