From d848141b391c3480745392f68c9bfd5d5fcf472b Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Fri, 3 Jun 2016 20:07:15 +0200 Subject: [PATCH] mark Python 3 supported and experimental Signed-off-by: Nicolas Sebrecht --- README.md | 3 ++- docs/offlineimap.txt | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6ecbf9..a053af2 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,8 @@ Bugs, issues and contributions can be requested to both the mailing list or the ## Requirements -* Python v2.7 +* Python v2.7+ +* Python v3.4+ ***(experimental)*** * six (required) * Python sqlite (required) * Python json and urllib (used for XOAuth2 authentication) diff --git a/docs/offlineimap.txt b/docs/offlineimap.txt index 7aab84e..989bbae 100644 --- a/docs/offlineimap.txt +++ b/docs/offlineimap.txt @@ -15,10 +15,10 @@ DESCRIPTION ----------- Synchronize the accounts configured in the configuration file via IMAP. Each -account has two sides. +account has two sides. One of the side must be an IMAP server. The other side +can either be a Maildir or another IMAP server. -One of the side must be an IMAP server. -The other side can either be a Maildir or another IMAP server. +Python 3 is supported while still EXPERIMENTAL. OPTIONS