Patrick Ulbrich
a4de5c4971
fix unicode/byte issue in local.py
2019-10-25 19:24:11 +02:00
Patrick Ulbrich
8464a5261a
Remove uneccessary stuff from copyright headers
2019-10-22 19:13:15 +02:00
Patrick Ulbrich
d10831a995
Run '2to3 -W -n' on python files
2019-10-19 17:17:33 +02:00
Timo Kankare
c2c0709435
Simplified maildir folder handling to support only root folder and subfolders directly
...
below mailidir directory. Maildir subfolders should now be expressed as
'folder.subfolder.subfolderssubfolder'.
2016-10-04 22:35:34 +03:00
Timo Kankare
e3a71039dd
Review fixes. Instance fields marked as private. reopen argument removed from
...
open method. Closed maildir after use.
2016-10-04 22:18:11 +03:00
Timo Kankare
94047bc3f6
Added test case to ensure that unicode folder names work.
2016-10-02 22:22:26 +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
0700575997
Implementation for listing messages from the subfolders of maildir.
2016-10-02 14:43:53 +03:00
Timo Kankare
e133cf59fd
Preliminary maildir implementation. Folder support is still incomplete
2016-09-30 23:01:30 +03:00
Timo Kankare
8395792c7c
Changed mbox list_request to raise an exceptions, since folders are not supported.
2016-09-22 22:15:50 +03:00
Timo Kankare
cdbd3f0a94
Integrated mbox mailbox to the set of backends.
2016-09-20 22:54:31 +03:00
Timo Kankare
84abf559e9
mbox backend implementation.
2016-09-20 22:26:27 +03:00