Release v6.5.2-rc1
OfflineIMAP v6.5.2-rc1 (2012-01-09) =================================== Commits v6.5.1.1 - v6.5.2-rc1: note: Proper Changelog still in Changelog-draft.rstd72bb88
Improve error message3284e01
Revert "use .response() rather _get_untagged_response()"81f194a
mbnames should write out local and not nametransformed box names7184ec2
Sanity check return value of UIDVALIDTY response50de217
Allow to pass 'force' arg to selectro() to enforce a new selected71805
Changelog entry about "realdelete" option0a275b9
Add scary warnings about "realdelete" option Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
d72bb88729
commit
9e65cfca21
@ -24,5 +24,10 @@ Changes
|
|||||||
what we want. This became relevant since we support nametrans rules on
|
what we want. This became relevant since we support nametrans rules on
|
||||||
the local side since only a short time. Reported by Paul Collignan.
|
the local side since only a short time. Reported by Paul Collignan.
|
||||||
|
|
||||||
|
* Some sanity checks and improved error messages.
|
||||||
|
|
||||||
|
* Revert 6.5.1.1 change to use public imaplib2 function, it was reported to
|
||||||
|
not always work.
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
@ -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.2-rc1 (2012-01-09)
|
||||||
|
===================================
|
||||||
|
Commits v6.5.1.1 - v6.5.2-rc1:
|
||||||
|
note: Proper Changelog still in Changelog-draft.rst
|
||||||
|
d72bb88 Improve error message
|
||||||
|
3284e01 Revert "use .response() rather _get_untagged_response()"
|
||||||
|
81f194a mbnames should write out local and not nametransformed box names
|
||||||
|
7184ec2 Sanity check return value of UIDVALIDTY response
|
||||||
|
50de217 Allow to pass 'force' arg to selectro() to enforce a new select
|
||||||
|
ed71805 Changelog entry about "realdelete" option
|
||||||
|
0a275b9 Add scary warnings about "realdelete" option
|
||||||
|
|
||||||
OfflineIMAP v6.5.1.2 (2012-01-07) - "Baby steps"
|
OfflineIMAP v6.5.1.2 (2012-01-07) - "Baby steps"
|
||||||
================================================
|
================================================
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
__all__ = ['OfflineImap']
|
__all__ = ['OfflineImap']
|
||||||
|
|
||||||
__productname__ = 'OfflineIMAP'
|
__productname__ = 'OfflineIMAP'
|
||||||
__version__ = "6.5.1.2"
|
__version__ = "6.5.2-rc1"
|
||||||
__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