Commit Graph

759 Commits

Author SHA1 Message Date
Patrick Ulbrich
dda099ff32 Update translations, add catalan translation 2020-06-11 17:09:53 +02:00
Patrick Ulbrich
c346e228b3 Regenerate translation template 2020-06-10 12:50:38 +02:00
Patrick Ulbrich
1859716155 Merge branch 'master' of github.com:pulb/mailnag 2020-06-06 18:49:42 +02:00
Patrick Ulbrich
92d00f5aa8 Set folder names in quotes. Fixes #206 2020-06-06 18:49:30 +02:00
Patrick Ulbrich
70aa865838 Merge pull request #207 from City-busz/patch-3
Add categories to desktop file
2020-06-06 15:52:42 +02:00
Balló György
03dc389f06 Add categories to desktop file
This is needed for appstream-generator to process the package.
2020-06-03 20:26:15 +02:00
Patrick Ulbrich
d3c1f7a436 Update changlelog v2.0.0 2020-03-28 11:09:54 +01:00
Patrick Ulbrich
c7ecf96803 Specify required python version in README.md 2020-03-28 11:06:08 +01:00
Patrick Ulbrich
565bb08518 Regenerate translation template 2020-03-28 11:01:37 +01:00
Patrick Ulbrich
ec2daf9a92 Fix date and version in manpages 2020-03-28 10:50:04 +01:00
Patrick Ulbrich
75f6c12758 Move dbus plugin to internal module (mandatory), adapt plugin api and remaining plugins 2020-03-15 20:18:00 +01:00
Patrick Ulbrich
fae72c0b15 Cleanup/simplify daemon in preparation of dbus plugin removal 2020-03-15 17:28:30 +01:00
Patrick Ulbrich
0b59b20bd5 Fix another linebreak in README.md 2020-03-15 11:51:42 +01:00
Patrick Ulbrich
bf362d3ebd Fix linebreak in README.md 2020-03-15 11:51:04 +01:00
Patrick Ulbrich
ef15bfb4d1 Update the troubleshooting section of README.md 2020-03-15 11:49:33 +01:00
Patrick Ulbrich
1ec3bc945e Migrate to libsecret, closes #114 2019-11-23 19:29:06 +01:00
Patrick Ulbrich
3a9bd9f34b Use proper enums 2019-11-04 20:11:38 +01:00
Patrick Ulbrich
b647f891b2 Also try to enable TLS for pop3 accounts 2019-11-02 12:51:19 +01:00
Patrick Ulbrich
ac84ecf297 Remove execute flag from imaplib2.py 2019-11-02 11:56:41 +01:00
Patrick Ulbrich
6896d650df Make python version in header of imaplib2 explicit 2019-11-02 11:55:27 +01:00
Patrick Ulbrich
1ffe12ab06 Remove uneccessary stuff from header in __init__.py 2019-11-02 11:54:46 +01:00
Patrick Ulbrich
82f3e74963 Bump version to 2.0 (mailnag >= 2.0 requires python 3 2019-10-30 18:09:13 +01:00
Patrick Ulbrich
9c6798cb43 Fix mutf7 testcase 2019-10-28 19:43:01 +01:00
Patrick Ulbrich
f26c95f01b Also run '2to3 -W -n' on testcases 2019-10-28 19:38:15 +01:00
Patrick Ulbrich
85855a35af Also fix assignments of that commit... 2019-10-28 19:31:15 +01:00
Patrick Ulbrich
4c18970e43 Fix lambda syntax of last commit 2019-10-28 19:27:10 +01:00
Patrick Ulbrich
210078447c Remove sort_mails() function 2019-10-28 19:24:50 +01:00
Patrick Ulbrich
965f91ad80 Fix wrong assignment of default subject 2019-10-28 19:14:45 +01:00
Patrick Ulbrich
6a9e0d7fb3 Remove bonkers _format_header_field() function 2019-10-27 18:01:59 +01:00
Patrick Ulbrich
63f21bf10c Replace MailCollector._convert() function by much shorter and more robust version by razer 2019-10-27 17:36:40 +01:00
Patrick Ulbrich
eae09fe9dc Add razer to about dialog as well 2019-10-26 19:30:47 +02:00
Patrick Ulbrich
4e53babf1c Add razer to AUTHORS 2019-10-26 19:15:33 +02:00
Patrick Ulbrich
b77338d30e Fix imaplib2 and unicode issues in pop3 and imap backends 2019-10-26 19:13:43 +02:00
Patrick Ulbrich
e7ad095937 Try to reconnect if an idle account can't be opened at the first try 2019-10-26 13:26:15 +02:00
Patrick Ulbrich
ac72b620f5 Remove deprecated GObject.threads_init() 2019-10-25 19:52:24 +02:00
Patrick Ulbrich
4ebdc13227 Replace imaplib2 with python3 version from https://github.com/imaplib2/imaplib2 2019-10-25 19:46:34 +02:00
Patrick Ulbrich
915dfb6a93 fix unicode/byte issue in __init__.py of backends 2019-10-25 19:25:40 +02:00
Patrick Ulbrich
a4de5c4971 fix unicode/byte issue in local.py 2019-10-25 19:24:11 +02:00
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