OfflineIMAP v7.1.5 is out. Downloads: http://github.com/OfflineIMAP/offlineimap/archive/v7.1.5.tar.gz http://github.com/OfflineIMAP/offlineimap/archive/v7.1.5.zip
Pip: wget "https://raw.githubusercontent.com/OfflineIMAP/offlineimap/v7.1.5/requirements.txt" -O requirements.txt pip install -r ./requirements.txt --user git+https://github.com/OfflineIMAP/[email protected] This minor release fixes a bug about maxage failing to upload some emails. Also, this introduces the snapcraft.yaml to package offlineimap with this packaging system. This release was tested by: - Nicolas Sebrecht - Remi Locherer # Authors - Nicolas Sebrecht (4) - Evan Dandrea (1) - John Ferlito (1) # Features - Initial commit of snapcraft.yaml. [Evan Dandrea] # Fixes - maxage: don't consider negative UIDs when computing min UID. [Nicolas Sebrecht] - Add missing space to output string. [John Ferlito] # Changes - folder: IMAP: improve search logging. [Nicolas Sebrecht] - no UIDPLUS: improve logging on failures. [Nicolas Sebrecht] - github: remove the trick to download the PR. [Nicolas Sebrecht] -- 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
