From 6f73326a176d683d79356989d741021874404d51 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sun, 5 Mar 2017 13:01:38 +0000 Subject: [PATCH] Update of readme.md to reflect latest changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8638b90..eece40c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ * * * ### Known bug : - [ ] z-push seems unable to create mailboxes folders. It means that you must send at least one email from roundcube or rainloop to have the mailboxes created. After than it all works fine. +- [ ] The current imap backend configuration seems unable to handle email addresses differnt from login (for example login : john and email john.doe@domain.tld instead of john@domain.tld) ### Current status - [x] Z-push for Yunohost supports IMAP sync and Carddav/Caldav sync if Baikal is installed @@ -9,8 +10,7 @@ - [x] Use of push for emails, contacts and calendar - [x] Sync States are now stored in /home/yunohost.app/$app - [x] Logrotate has been activated as z-push can become noisy at times -- [x] After an upgrade, we now "fixstates" to avoid full resync of devices - [x] z-push is now configured to use smtp to send emails instead of php_mail() function. This let us have emails signed by dkim for example. - [x] The sources are based on http://download.z-push.org/final/ -- [x] Use of version 2.3.4 final +- [x] Use of version 2.3.5 final