eb04036da5
imaputil.imapsplit did not cope with strings that contained encoded quotation marks, e.g. a folder name '"Make" Magazine' would fail and crash OfflineImap. Make it work by adapting the regex that we use to extract the first quote to also work with encoded \" quotes. (We do no sanity checks that there is an even number of such marks within a string though) This commit makes such folders work. This was reported and analyzed by Mark Eichin. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Conflicts: Changelog.draft.rst
33 lines
732 B
ReStructuredText
33 lines
732 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
|
|
------------
|
|
|
|
* Beginning of a test suite. So far there is only one test. Configure
|
|
test/credentials.conf and invoke with "python setup.py test"
|
|
|
|
* Make folders containing quotes work rather than crashing
|
|
(reported by Mark Eichin)
|
|
|
|
Changes
|
|
-------
|
|
|
|
* Improve delete msg performance with SQLITE backend
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
* Fix python2.6 compatibility with the TTYUI backend (crash)
|
|
* Fix TTYUI regression from 6.5.2 in refresh loop (crash)
|
|
* Fix crashes related to UIDVALIDITY returning "None"
|