47390e03d6
Most servers support the UIDPLUS extension, and we don't have to search headers after each uploaded message. There is no need to CHECK the imap server after each message when there is no need to search headers. I have not measured the performance impact on real world servers, but this lets us do less unneeded work in the common case. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
31 lines
634 B
ReStructuredText
31 lines
634 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
|
|
------------
|
|
|
|
* Make folders containing quotes work rather than crashing
|
|
(reported by Mark Eichin)
|
|
|
|
Changes
|
|
-------
|
|
|
|
* Slight performance enhancement uploading mails to an IMAP server in the
|
|
common case.
|
|
|
|
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"
|