[ANNOUNCE] OfflineIMAP v7.2.0 released
Nicolas Sebrecht <[email protected]>
| Newsgroups | gmane.mail.imap.offlineimap.general |
|---|---|
| Message-ID | <[email protected]> |
OfflineIMAP v7.2.0 is out. Downloads: http://github.com/OfflineIMAP/offlineimap/archive/v7.2.0.tar.gz http://github.com/OfflineIMAP/offlineimap/archive/v7.2.0.zip Pip: wget "https://raw.githubusercontent.com/OfflineIMAP/offlineimap/v7.2.0/requirements.txt" -O requirements.txt pip install -r ./requirements.txt --user git+https://github.com/OfflineIMAP/[email protected] The biggest change with this release is the introduction of automated tests; thanks to Chris from http://www.espacenetworks.com. Robbie Hardwood from RedHat switched the GSSAPI dependency from pykerberos to python-gssapi because it's more active and has more pleasant interface. The shebang is fixed back to python2 to fix issues on some environments. The UI was improved to show both the local and remote foldernames (usefull when nametrans is enabled). Thanks to all the contributors. This release was tested by: - Nicolas Sebrecht - Remi Locherer # Authors - Nicolas Sebrecht (9) - Musashi69 (1) - Robbie Harwood (1) - chris001 (1) # Features - Autmomated testing using Travis and CodeCov.io!. [chris001] - README: travis: add badge for the next branch. [Nicolas Sebrecht] - travis: add notification to gitter room OfflineIMAP/offlineimap. [Nicolas Sebrecht] # Fixes - offlineimap.py: fix shebang to python2. [Nicolas Sebrecht] - bin/offlineimap: fix shebang to env python2. [Nicolas Sebrecht] # Changes - Port to python-gssapi from pykerberos. [Robbie Harwood] - requirements: add gssapi as optional dependency. [Nicolas Sebrecht] - make UI output show local AND remote dirs involved. [Musashi69] - maxsyncaccounts: improve documentation. [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