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/[email protected] 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 _______________________________________________ OfflineIMAP-project mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
