OfflineIMAP v6.5.1.2
See changelog for details Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
137e11c88e
commit
15b4a7a5b9
@ -16,13 +16,5 @@ New Features
|
|||||||
Changes
|
Changes
|
||||||
-------
|
-------
|
||||||
|
|
||||||
* Do not attempt to sync lower case custom Maildir flags. We do not
|
|
||||||
support them (yet)
|
|
||||||
* Add filter information to the filter list in --info output
|
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
|
||||||
* Fix possible crash during --info run
|
|
||||||
* Fix reading in Maildirs, where we would attempt to create empty
|
|
||||||
directories on REMOTE.
|
|
||||||
|
@ -11,6 +11,18 @@ 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.1.2 (2012-01-07) - "Baby steps"
|
||||||
|
================================================
|
||||||
|
|
||||||
|
Smallish bug fixes that deserve to be put out.
|
||||||
|
|
||||||
|
* Fix possible crash during --info run
|
||||||
|
* Fix reading in Maildirs, where we would attempt to create empty
|
||||||
|
directories on REMOTE.
|
||||||
|
* Do not attempt to sync lower case custom Maildir flags. We do not
|
||||||
|
support them (yet) (this prevents many scary bogus sync messages)
|
||||||
|
* Add filter information to the filter list in --info output
|
||||||
|
|
||||||
OfflineIMAP v6.5.1.1 (2012-01-07) - "Das machine control is nicht fur gerfinger-poken und mittengrabben"
|
OfflineIMAP v6.5.1.1 (2012-01-07) - "Das machine control is nicht fur gerfinger-poken und mittengrabben"
|
||||||
==================================================================================================================
|
==================================================================================================================
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
__all__ = ['OfflineImap']
|
__all__ = ['OfflineImap']
|
||||||
|
|
||||||
__productname__ = 'OfflineIMAP'
|
__productname__ = 'OfflineIMAP'
|
||||||
__version__ = "6.5.1.1"
|
__version__ = "6.5.1.2"
|
||||||
__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…
Reference in New Issue
Block a user