c93f8710a3
We need the list of folders and the folder delimiter, but it was not always retrieved early enough. E.g. when doing IMAP<->IMAP sync and the local IMAP being readonly, we would bunk out with a mysterious error message become repository.getsel() would still return None. This commit fixes this error. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
39 lines
1020 B
ReStructuredText
39 lines
1020 B
ReStructuredText
=========
|
|
ChangeLog
|
|
=========
|
|
|
|
Users should ignore this content: **it is draft**.
|
|
|
|
Contributors should add entries here in the following section, on top of the
|
|
others.
|
|
|
|
`WIP (coming releases)`
|
|
=======================
|
|
|
|
New Features
|
|
------------
|
|
|
|
* add a --info command line switch that outputs useful information about
|
|
the server and the configuration for all enabled accounts.
|
|
|
|
Changes
|
|
-------
|
|
|
|
* Reworked logging which was reported to e.g. not flush output to files
|
|
often enough. User-visible changes:
|
|
a) console output goes to stderr (for now).
|
|
b) file output has timestamps and looks identical in the basic and
|
|
ttyui UIs.
|
|
c) File output should be flushed after logging by default (do
|
|
report if not).
|
|
|
|
* Bumped bundled imaplib2 to release 2.29
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
* IMAP<->IMAP sync with a readonly local IMAP repository failed with a
|
|
rather mysterious "TypeError: expected a character buffer object"
|
|
error. Fix this my retrieving the list of folders early enough even
|
|
for readonly repositories.
|