mark Python 3 supported and experimental

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-06-03 20:07:15 +02:00
parent 1894a8f871
commit d848141b39
2 changed files with 5 additions and 4 deletions

View File

@ -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)

View File

@ -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