Release v6.5.2.1
See changelog for details Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
51728ed815
commit
a242b985bf
@ -13,19 +13,8 @@ others.
|
|||||||
New Features
|
New Features
|
||||||
------------
|
------------
|
||||||
|
|
||||||
* Make folders containing quotes work rather than crashing
|
|
||||||
(reported by Mark Eichin)
|
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
-------
|
-------
|
||||||
|
|
||||||
* Slight performance enhancement uploading mails to an IMAP server in the
|
|
||||||
common case.
|
|
||||||
* Enforce basic UI when using the --info switch
|
|
||||||
|
|
||||||
Bug Fixes
|
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"
|
|
||||||
|
@ -11,7 +11,7 @@ ChangeLog
|
|||||||
on releases. And because I'm lazy, it will also be used as a draft for the
|
on releases. And because I'm lazy, it will also be used as a draft for the
|
||||||
releases announces.
|
releases announces.
|
||||||
|
|
||||||
OfflineIMAP v6.5.2.1-rc1 (2012-01-20)
|
OfflineIMAP v6.5.2.1 (2012-04-04)
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
* Fix python2.6 compatibility with the TTYUI backend (crash)
|
* Fix python2.6 compatibility with the TTYUI backend (crash)
|
||||||
@ -28,6 +28,11 @@ OfflineIMAP v6.5.2.1-rc1 (2012-01-20)
|
|||||||
|
|
||||||
* Improve delete msg performance with SQLITE backend
|
* Improve delete msg performance with SQLITE backend
|
||||||
|
|
||||||
|
* Enforce basic UI when using the --info switch
|
||||||
|
|
||||||
|
* Remove the Gmail "realdelete" option, as it could lead to potential
|
||||||
|
data loss.
|
||||||
|
|
||||||
OfflineIMAP v6.5.2 (2012-01-17)
|
OfflineIMAP v6.5.2 (2012-01-17)
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
__all__ = ['OfflineImap']
|
__all__ = ['OfflineImap']
|
||||||
|
|
||||||
__productname__ = 'OfflineIMAP'
|
__productname__ = 'OfflineIMAP'
|
||||||
__version__ = "6.5.2.1-rc1"
|
__version__ = "6.5.2.1"
|
||||||
__copyright__ = "Copyright 2002-2012 John Goerzen & contributors"
|
__copyright__ = "Copyright 2002-2012 John Goerzen & contributors"
|
||||||
__author__ = "John Goerzen"
|
__author__ = "John Goerzen"
|
||||||
__author_email__= "john@complete.org"
|
__author_email__= "john@complete.org"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user