Hi,

OfflineIMAP v7.1.3 was released yesterday.

>From the announcement mail:

-----
# Features

- utf8: implement utf8foldernames option. [Urs Liska]
- utf8: document new feature, deprecate old one. [Urs Liska]


# Fixes

- remotehost should not be required if transporttunnel is used. [Thomas Merkel]
- accounts: error out when no folder to sync. [Nicolas Sebrecht]
- sqlite: provide better message error for insert. [Nicolas Sebrecht]
- folder: Gmail: fix copyright header. [Nicolas Sebrecht]


# Changes

- man: remove mention of experimental support for python 3. [Nicolas Sebrecht]
- man: mention the supported directions of the syncs. [Nicolas Sebrecht]
- folder: Gmail: remove dead code. [Nicolas Sebrecht]
- upcoming.py: get header template from external file. [Nicolas Sebrecht]
- upcoming.py: display a message with the filename once written. [Nicolas
+Sebrecht]
- contrib/helpers: sort testers by name. [Nicolas Sebrecht]
- Remove some unnecessary whitespace (in existing code). [Urs Liska]
- MAINTAINERS: Rainer is not currently active. [Nicolas Sebrecht]
-----

I tested it with dovecot on OpenBSD 6.1 and currier on some Linux.

Remi


Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/offlineimap/Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 Makefile
--- Makefile    12 Jul 2017 00:05:05 -0000      1.46
+++ Makefile    9 Oct 2017 05:50:50 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       powerful IMAP/Maildir synchronization and reader support
 
-MODPY_EGG_VERSION = 7.1.2
+MODPY_EGG_VERSION = 7.1.3
 GH_ACCOUNT =   OfflineIMAP
 GH_PROJECT =   offlineimap
 GH_TAGNAME =   v${MODPY_EGG_VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/offlineimap/distinfo,v
retrieving revision 1.33
diff -u -p -r1.33 distinfo
--- distinfo    12 Jul 2017 00:05:05 -0000      1.33
+++ distinfo    9 Oct 2017 05:50:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (offlineimap-7.1.2.tar.gz) = 
cgNDXjT3PpDRgztyxJqFnez3tYKDhKJkjuSy0e873GY=
-SIZE (offlineimap-7.1.2.tar.gz) = 708014
+SHA256 (offlineimap-7.1.3.tar.gz) = 
AvwQaQTd6z+2Sz4X04OO0iI+Wt4AGJAHUbG6gRG0X0U=
+SIZE (offlineimap-7.1.3.tar.gz) = 710766
Index: patches/patch-offlineimap_conf
===================================================================
RCS file: /cvs/ports/mail/offlineimap/patches/patch-offlineimap_conf,v
retrieving revision 1.9
diff -u -p -r1.9 patch-offlineimap_conf
--- patches/patch-offlineimap_conf      12 Jul 2017 00:05:05 -0000      1.9
+++ patches/patch-offlineimap_conf      9 Oct 2017 05:50:50 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-offlineimap_conf,v 1.9 2
 Index: offlineimap.conf
 --- offlineimap.conf.orig
 +++ offlineimap.conf
-@@ -710,7 +710,7 @@ remotehost = examplehost
+@@ -759,7 +759,7 @@ remotehost = examplehost
  # You can also use fingerprint verification via cert_fingerprint.
  # See below for more verbose explanation.
  #

Reply via email to