Patrick Ulbrich
915dfb6a93
fix unicode/byte issue in __init__.py of backends
2019-10-25 19:25:40 +02:00
Patrick Ulbrich
8464a5261a
Remove uneccessary stuff from copyright headers
2019-10-22 19:13:15 +02:00
Timo Kankare
601b6b0ea7
Writing folder names to config file using UTF-8.
...
json.dumps is allowed to produce unicode and then the string is encoded to UTF-8, so
that ConfigParser can write it to file.
2016-10-11 22:21:54 +03:00
Timo Kankare
cc995bea6b
Specified maildir configuration paramters.
...
"Fixed" unicode error in folder handling. Maildir requires folder names to be str, but
when folders are configured in json format they are read as a unicode.
2016-10-02 18:10:38 +03:00
Timo Kankare
e133cf59fd
Preliminary maildir implementation. Folder support is still incomplete
2016-09-30 23:01:30 +03:00
Timo Kankare
cdbd3f0a94
Integrated mbox mailbox to the set of backends.
2016-09-20 22:54:31 +03:00
Timo Kankare
068f6339b4
Using backend specific parameter definitions to store backend settings.
2016-09-20 22:06:48 +03:00
Timo Kankare
eba3c1b933
Defined mailbox backend specific parameters and helper function use them.
...
Using parameter specifications to read backend parameters.
Unit tests.
2016-09-18 22:39:05 +03:00
Timo Kankare
2a27920e67
Updated backends collection after rebasing branch.
2016-09-17 22:12:14 +03:00
Timo Kankare
d89ef65573
Added type field to configuration. Moved backend creation to backends package.
2016-09-17 22:10:20 +03:00
Timo Kankare
211105d979
Added backends package and skeletons for IMAP and POP3 backends.
...
Backend is initialized to the Account in AccountManager.
2016-09-04 16:32:03 +03:00