Tested-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2020-04-11 01:09:25 +02:00
parent 6a25f1930c
commit 7531ac4640
2 changed files with 38 additions and 2 deletions

View File

@ -15,6 +15,42 @@ Note to mainainers:
* The following excerpt is only usefull when rendered in the website.
{:toc}
### OfflineIMAP v7.3.3 (2020-04-11)
#### Notes
Here is a small release after nearly 4 months of slow moves. Still, the patches
are very usefull for some use cases. Thanks to the contributors!
This release was tested by:
- Nicolas Sebrecht
#### Authors
- Chris Coleman (1)
- Frank LENORMAND (1)
- Herton R. Krzesinski (1)
- martin f. krafft (1)
#### Features
- export env. variables when running account hooks. [Frank LENORMAND]
#### Fixes
- Fix stale gss api authentication security context. [Herton R. Krzesinski]
- Handle [ALREADYEXISTS] and Mailbox already exists!. [Chris Coleman]
#### Changes
- exec() the tunnel command. [martin f. krafft]
### OfflineIMAP v7.3.2 (2019-12-17)
#### Notes

View File

@ -2,8 +2,8 @@ __all__ = ['OfflineImap']
__productname__ = 'OfflineIMAP'
# Expecting trailing "-rcN" or "" for stable releases.
__version__ = "7.3.2"
__copyright__ = "Copyright 2002-2019 John Goerzen & contributors"
__version__ = "7.3.3"
__copyright__ = "Copyright 2002-2020 John Goerzen & contributors"
__author__ = "John Goerzen"
__author_email__= "offlineimap-project@lists.alioth.debian.org"
__description__ = "Disconnected Universal IMAP Mail Synchronization/Reader Support"