Improve 'find first quotation' regex
Reported by http://www.dfranke.com/blog/2012/08/20/offlineimap-error-beim-syncen-mit-lotus-domino/ our 'find the first quote possible containing encoded quotation marks' regex did not seem to have caught all cases. E.g. "\\". Verified the fix as good. Thanks Daniel Franke. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
@ -15,6 +15,8 @@ WIP (add new stuff for the next release)
|
||||
* Fix str.format() calls for Python 2.6 (D. Logie)
|
||||
* Remove APPENDUID hack, previously introduced to fix Gmail, no longer
|
||||
necessary, it might have been breaking things. (J. Wiegley)
|
||||
* Improve regex that could lead to 'NoneType' object has no attribute 'group'
|
||||
(D. Franke)
|
||||
|
||||
OfflineIMAP v6.5.4 (2012-06-02)
|
||||
===============================
|
||||
|
Reference in New Issue
Block a user