OfflineIMAP v7.0.8 is out. Downloads: http://github.com/OfflineIMAP/offlineimap/archive/v7.0.8.tar.gz http://github.com/OfflineIMAP/offlineimap/archive/v7.0.8.zip
Pip: wget "https://raw.githubusercontent.com/OfflineIMAP/offlineimap/v7.0.8/requirements.txt" -O requirements.txt pip install -r ./requirements.txt --user git+https://github.com/OfflineIMAP/[email protected] Very small release to fix the broken UI relying on Curses. Thanks to the contributors! # Authors - Nicolas Sebrecht (4) - Ilias Tsitsimpis (1) - Stéphane Albert (1) # Features - Introduce contrib/README.md. [Nicolas Sebrecht] # Fixes - Import ui before threadutil to resolve circular dependency. [Ilias Tsitsimpis] - Fix implicit call to unicode() from UI functions. [Stéphane Albert] # Changes - imapserver: minor code cleaning: reorder methods. [Nicolas Sebrecht] - website-doc.sh: print usage when no argument is given. [Nicolas Sebrecht] - Changelog: add remark about singlethreadperfolder in the resume. [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
