Commit Graph

721 Commits

Author SHA1 Message Date
Patrick Ulbrich
32bd77fda2 fix unicode/byte issue in account dialog 2019-10-25 19:22:10 +02:00
Patrick Ulbrich
b39aa6d39b Fix iteration wrongly converted by 2to3 2019-10-25 19:20:23 +02:00
Patrick Ulbrich
48e589f678 Fix integer division in dbus plugin 2019-10-25 19:18:40 +02:00
Patrick Ulbrich
fb8d7a8d0d fix unicode/byte issues in mutf7.py 2019-10-25 19:16:47 +02:00
Patrick Ulbrich
054c36ddc6 Remove more uneccessary stuff from copyright headers 2019-10-22 19:18:31 +02:00
Patrick Ulbrich
8464a5261a Remove uneccessary stuff from copyright headers 2019-10-22 19:13:15 +02:00
Patrick Ulbrich
584c4d343f Fix packing of filechooser widget in userscript plugin 2019-10-22 19:01:30 +02:00
Patrick Ulbrich
091939f492 s/python2/python3 in README.md 2019-10-19 18:21:55 +02:00
Patrick Ulbrich
224fdd7c55 Don't write config files in binary mode 2019-10-19 18:18:42 +02:00
Patrick Ulbrich
77022172af Fix problems related to unicode strings 2019-10-19 18:07:19 +02:00
Patrick Ulbrich
9e0d09e107 Fix reading of default sections in pyhon3 2019-10-19 18:06:41 +02:00
Patrick Ulbrich
c599706fb9 s/python2/python3/g 2019-10-19 17:28:32 +02:00
Patrick Ulbrich
d10831a995 Run '2to3 -W -n' on python files 2019-10-19 17:17:33 +02:00
Patrick Ulbrich
1a4e64c7fe Merge pull request #187 from yakar/patch-1
New translations.
2019-07-21 13:21:25 +02:00
Aydın Yakar
698b3a0da6 New translations. 2019-05-13 02:08:44 +03:00
Patrick Ulbrich
b6b9efdba1 Bump version 2019-05-04 14:46:38 +02:00
Patrick Ulbrich
e0a1afd0d2 Fix headerbar spacing (works better on systems where min/max win buttons are enabled) 2019-05-04 14:46:18 +02:00
Patrick Ulbrich
dca1eeaa82 Fix open-menu icon in config window 2019-04-28 15:53:03 +02:00
Patrick Ulbrich
d76ad51c81 Update authors (about dialog) 2019-04-28 15:43:48 +02:00
Patrick Ulbrich
676db0042c Update AUTHORS 2019-04-28 15:41:21 +02:00
Patrick Ulbrich
ecc76c9811 Merge pull request #182 from City-busz/patch-1
Don't use legacy path for appdata file
2019-04-28 15:16:08 +02:00
Patrick Ulbrich
0d90e10b01 Merge pull request #183 from City-busz/patch-2
Update appdata file to the latest standard
2019-04-28 15:15:39 +02:00
Balló György
c06864d588 Update appdata file to the latest standard
And fix desktop file name.
2019-04-17 22:59:19 +02:00
Balló György
85d38e50a9 Don't use legacy path for appdata file 2019-04-17 22:08:06 +02:00
Patrick Ulbrich
a1819ce3b5 Merge pull request #181 from jamespo/master
try CRAM-MD5 auth if advertised by capabilities, then default to LOGIN
2019-04-13 16:10:22 +02:00
James Powell
e95c5100a7 try CRAM-MD5 auth if advertised by capabilities, then default to PLAIN 2019-04-04 19:54:18 +01:00
Patrick Ulbrich
5f262d5d69 Update NEWS v1.3.0 2019-03-24 18:52:36 +01:00
Patrick Ulbrich
f624808388 Fix location of INSTALL_LIB_DIR in setup.py 2019-03-24 18:48:56 +01:00
Patrick Ulbrich
9254e14549 Fix link to generic tarballs in README.md 2019-03-24 13:34:16 +01:00
Patrick Ulbrich
cf462863f0 Update translations 2019-03-23 18:31:02 +01:00
Patrick Ulbrich
2060274000 update translation template 2019-03-16 14:06:42 +01:00
Patrick Ulbrich
75bbfc9e80 Remove deleted css file from setup.py 2019-03-13 19:22:40 +01:00
Patrick Ulbrich
2425ce0add Move switch to headerbar 2019-03-13 19:15:19 +01:00
Patrick Ulbrich
840eae8d69 Add workaround to fire filechooserbutton-changed-signal on dialog creation 2019-03-10 18:02:49 +01:00
Patrick Ulbrich
78aee0c535 Merge branch 'headerbars2' 2019-03-10 17:25:11 +01:00
Patrick Ulbrich
dcc8dc66b6 Update NEWS 2019-03-10 17:22:42 +01:00
Patrick Ulbrich
ea5b0d2eca Port to GTKApplication, headerbars 2019-03-10 17:21:36 +01:00
Patrick Ulbrich
ed3c68fbdc Merge pull request #180 from tikank/empty-folder-fix
Fixed empty root folder name in Maildir folder list in accountdialog.py.
2019-03-10 17:12:20 +01:00
Timo Kankare
74b2d7024d Fixed root folder name in Maildir folder list in accountdialog.py. Before the fix root folder name was empty, now text '[root folder]' is used. 2019-03-10 17:03:43 +02:00
Patrick Ulbrich
d576a6ba7a Merge pull request #165 from tikank/accountmembers
Refactorings related to Account class
2018-06-01 17:41:30 +02:00
Patrick Ulbrich
f2ba86a48d Merge pull request #166 from tikank/get_id_fix
Get id fix
2018-06-01 17:37:23 +02:00
Patrick Ulbrich
21341c4b18 Merge pull request #167 from tikank/mailsyncer_tests
Test cases for MailSyncer class
2018-06-01 17:37:01 +02:00
Patrick Ulbrich
b16e055345 Merge pull request #169 from tikank/accountmanager_tests
More test cases for AccountManager
2018-06-01 17:36:46 +02:00
Timo Kankare
f162f05b1e Updated copyright year. 2018-05-06 16:06:25 +03:00
Timo Kankare
af13a779ff Added test cases for AccountManager to load and save configuration with and without credential store. 2018-05-06 15:33:21 +03:00
Timo Kankare
44d9b41697 Added test cases for MailSyncer class. 2018-05-05 17:57:41 +03:00
Timo Kankare
74e987c94d Changed MailCollector._get_id() not to use server and user attributes of Account class, because not every account has those defined. Instead Account.get_id() is used. 2018-05-05 17:07:06 +03:00
Timo Kankare
5e332c9c9d Fixed Account get_id method to generate id from account name only.
Previous implementation used attributes from Account class which were not supported in all mailbox types, for example mbox and maildir do not have user or server attributes.
2018-05-05 16:58:21 +03:00
Timo Kankare
88fdde4f46 Replaced references to Account idle and imap members with supports_notifications query. 2018-04-30 15:47:46 +03:00
Patrick Ulbrich
f649f4b48b Update README.md 2018-02-16 16:11:54 +01:00