Patrick Ulbrich
507e2726de
Update translator credits
2015-12-27 13:46:20 +01:00
Patrick Ulbrich
ba76aef379
Remove obsolete comment
2015-12-25 14:00:50 +01:00
Patrick Ulbrich
73914fdf7f
Simplify plugindialog
...
* Remove Glade .ui file
* Use HeaderBar (not working yet)
2015-12-21 19:16:20 +01:00
Patrick Ulbrich
7256dc6e73
Fix folder parsing. Fixes issue #108
2015-12-20 20:08:12 +01:00
Patrick Ulbrich
1bfc617434
Regenerate translation template
2015-12-20 14:49:01 +01:00
Patrick Ulbrich
a70d622017
libnotify plugin: add short summary notification mode
...
* New default notification mode
* Recommended for GNOME 3
* Fixes issue #103
2015-12-20 14:28:58 +01:00
Patrick Ulbrich
a23b83f505
libnotifyplugin: Don't remove notifications (except on program shutdown)
...
* From now on notifications are used for _new_ mails only
* Updating notifications if mails are gone is confusing - it is only possible to remove an existing summary
notification if _all_ mails are gone. It's not possible to update an existing summary notification silently
if the mail count decreases.
* Other notification systems (e.g. on Android) don't update notifications when mails are gone either
* On most desktops (e.g. Ubuntu Unity) notifications appear temporarily anyway (can't be accessed at a later time)
* Managing mail lists (appending/removing mails) should be handled in desktop extensions (like mailnag-gnome-shell)
2015-12-13 18:23:37 +01:00
Patrick Ulbrich
99e2c16320
Make config window resizable. Fixes issue #107
2015-12-13 16:34:09 +01:00
Patrick Ulbrich
90d50b2a16
Vastly improved account dialog (closes issue #85 )
...
* Show imap folders in a listbox instead of a comma separated string
* Reset form when changing the account type
* Don't identify PROVIDER_CONFIG by servername only
2015-12-13 15:47:31 +01:00
Patrick Ulbrich
0a9551f3f7
Added link to cinnamon applet by hyOzd to README.md
2015-11-22 18:41:32 +01:00
Patrick Ulbrich
1af456ea37
Update AUTHORS
2015-04-23 18:11:51 +02:00
Patrick Ulbrich
f8c339fd26
Merge pull request #98 from elleryq/zh_tw
...
Add Traditional Chinese translation
2015-04-23 18:08:13 +02:00
Patrick Ulbrich
87a8020c9e
Spamfilterplugin: Enforce min height of scrolled window (fixes too small winwow in GNOME 3.16)
2015-04-18 18:13:08 +02:00
Patrick Ulbrich
d7ee148912
Don't suppress exceptions occuring in Account.get_connection()
2015-04-18 16:44:23 +02:00
Patrick Ulbrich
a0371a0ee2
Remove accidently commited test output
2015-04-18 16:37:43 +02:00
Patrick Ulbrich
1288e531fa
Rename srv into conn for the sake of consistancy
2015-04-18 14:09:52 +02:00
Patrick Ulbrich
ab71cf6304
Fix unitilized conn bug
2015-04-18 13:55:06 +02:00
elleryq
384a4848b8
Add Traditional Chinese translation.
2015-04-13 11:34:12 +08:00
Patrick Ulbrich
b501a18ba3
Add goaplugin.py and unityplugin.py to gitignore
2015-04-03 18:56:20 +02:00
Patrick Ulbrich
67fbc8fcdb
Rename account.folder into account.folders and make it a list
2015-04-03 18:53:04 +02:00
Patrick Ulbrich
52b0a03c03
Move imaplib2 to common
2015-04-03 14:55:56 +02:00
Patrick Ulbrich
46c1f57b5c
Update swedish translation
2015-03-28 19:58:40 +01:00
Patrick Ulbrich
04848977b7
Undo last commit
2015-02-22 14:56:36 +01:00
Patrick Ulbrich
6bfb3760ad
Remove period from project description
2015-02-22 14:52:47 +01:00
Patrick Ulbrich
672b29d79c
Update portuguese translation
2015-02-21 16:03:13 +01:00
Patrick Ulbrich
5caa89509a
Update spanish translation
2015-02-16 18:41:26 +01:00
Patrick Ulbrich
a248586f84
Update AUTHORS
2015-02-16 18:41:06 +01:00
Patrick Ulbrich
d8f5d8c838
Update AUTHORS
2015-02-15 18:53:42 +01:00
Patrick Ulbrich
5f32561013
Update italian translation
2015-02-15 18:53:25 +01:00
Patrick Ulbrich
b41e0fb650
Update NEWS
v1.1.0
2015-02-08 12:54:34 +01:00
Patrick Ulbrich
0da7753b6a
Update manpages
2015-02-08 12:54:18 +01:00
Patrick Ulbrich
a1ea385693
Update NEWS file
2015-02-07 19:56:22 +01:00
Patrick Ulbrich
c1e7b573cb
Update spanish translation
2015-02-07 19:30:26 +01:00
Patrick Ulbrich
580ec8516a
Remove httplib2 dependency from README.md
2015-02-07 19:14:00 +01:00
Patrick Ulbrich
e3676d872b
Add appdata file for GNOME software
2015-02-05 17:48:37 +01:00
Patrick Ulbrich
9f393a17fd
Update translations
2015-02-01 15:51:43 +01:00
Patrick Ulbrich
d2207529de
Regenerate translation template
2015-01-31 21:21:23 +01:00
Patrick Ulbrich
8c11afa06d
Fix typo in README.md
2015-01-31 15:24:01 +01:00
Patrick Ulbrich
dd79fc27a4
Fix README.md
2015-01-31 15:22:47 +01:00
Patrick Ulbrich
df83727660
Update README.md
2015-01-31 15:21:55 +01:00
Patrick Ulbrich
fb01f2586b
Update AUTHORS
2015-01-31 15:04:35 +01:00
Patrick Ulbrich
d958175a2a
Regenerate translation template
2015-01-31 14:23:50 +01:00
Patrick Ulbrich
7386dc6f03
Soundplugin: fix path of soundfile
2015-01-31 14:16:12 +01:00
Patrick Ulbrich
1ac6ac0961
GnomeCredentialStore: more solid keyring access, migrate pre 1.1 keyring items
2015-01-31 13:27:40 +01:00
Patrick Ulbrich
897aabf158
Bump plugin versions due to internal mailnag api changes
2015-01-31 12:49:19 +01:00
Patrick Ulbrich
8d0b868c5e
Fix copyright date
2015-01-27 17:23:48 +01:00
Patrick Ulbrich
f01879c9c7
Add CredentialStore abstraction layer
...
* Add CredentialStore API
* Add CredentialStore implementation for GNOME keyring (makes GNOME keyring dependency optional)
* Further CredentialStore implementations (e.g. KDE) may be added to CredentialStore.py
* Mailnag tries to detect the supported CredentialStore backend automatically
* If no CredentialStore backend is supported on the system, Mailnag stores passwords in the config file (plaintext)
* A specific CredentialStore backend can be forced in the config file (currently one of 'auto', 'gnome', 'none')
* Closes issue #82
2015-01-27 17:07:28 +01:00
Patrick Ulbrich
059d030ce0
Update AUTHORS
2015-01-04 14:32:14 +01:00
Patrick Ulbrich
424167e716
Update french translation (thanks poulp!)
2015-01-04 14:31:59 +01:00
Patrick Ulbrich
36543a269a
Check if the environ key exists before accessing it ( fixes #90 )
2014-12-20 15:11:00 +01:00