[ANNOUNCE] OfflineIMAP v7.1.4 released
Nicolas Sebrecht
nicolas.s-dev at laposte.net
Sun Oct 29 14:27:58 GMT 2017
OfflineIMAP v7.1.4 is out.
Downloads:
http://github.com/OfflineIMAP/offlineimap/archive/v7.1.4.tar.gz
http://github.com/OfflineIMAP/offlineimap/archive/v7.1.4.zip
Pip:
wget "https://raw.githubusercontent.com/OfflineIMAP/offlineimap/v7.1.4/requirements.txt" -O requirements.txt
pip install -r ./requirements.txt --user git+https://github.com/OfflineIMAP/offlineimap.git@v7.1.4
Here is a bugfix release for v7.1.3. Two regressions got fixes and the
--delete-folder CLI option now expects an UTF-8 folder name when utf8foldernames
is enabled.
This release was tested by:
- Nicolas Sebrecht
# Authors
- Nicolas Sebrecht (5)
- Thomas Merkel (1)
# Fixes
- utf8foldernames: fix missing decode argument. [Nicolas Sebrecht]
- Fix: if any tunnel (preauth_tunnel or transport_tunnel) the hostname should not be required. [Thomas Merkel]
# Changes
- utf8foldernames: support --delete-folder with UTF-8 folder name. [Nicolas Sebrecht]
- contrib/release.py improvements
--
Nicolas Sebrecht
More information about the OfflineIMAP-project
mailing list