OfflineIMAP v7.3.4 is out. Downloads: http://github.com/OfflineIMAP/offlineimap/archive/v7.3.4.tar.gz http://github.com/OfflineIMAP/offlineimap/archive/v7.3.4.zip
Pip: wget "https://raw.githubusercontent.com/OfflineIMAP/offlineimap/v7.3.4/requirements.txt" -O requirements.txt pip install -r ./requirements.txt --user git+https://github.com/OfflineIMAP/[email protected] The release is likely the last minor release. This project will be maintained for minor bug fixes only. In this version we've backported patches from the offlineimap3 project. There's no new features. Users should try this fork. The official project is there and is maintained by Rodolfo: https://github.com/OfflineIMAP/offlineimap3 This release was tested by: - Nicolas Sebrecht # Authors - Nicolas Sebrecht (5) - Rodolfo García Peñas (kix) (4) - Martin Di Paola (2) - Reto Schnyder (1) # Fixes - folder: IMAP: fix issue when the response of searchforheaders is the same UID multiple times. [Nicolas Sebrecht] - Fix hooks for IDLE sync. [Reto Schnyder] - Changed wrong comparison equal. [Rodolfo García Peñas (kix)] - Comparison error. [Rodolfo García Peñas (kix)] - remove outdated links to travis. [Nicolas Sebrecht] - ui init is lintian clean. [Rodolfo García Peñas (kix)] - Require the minimal dependencies in python package. [Martin Di Paola] # Changes - README: update regarding the offlineimap3 fork. [Nicolas Sebrecht] - redirect the users to offlineimap3. [Nicolas Sebrecht] - threadutil imports not used. [Rodolfo García Peñas (kix)] - Move out pkg attributes from __init__.py. [Martin Di Paola] -- Nicolas Sebrecht _______________________________________________ OfflineIMAP-project mailing list: [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
