From b6207f484f6e6c1a4bc2f7736e48135c7717d4d1 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Tue, 14 Feb 2017 13:24:50 +0000 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9a6a1f8..24e6361 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,18 @@ # Z-Push For Yunohost -=========== - -* Z-push for Yunohost supports IMAP sync and Carddav/Caldav sync if Baikal is installed -* Ability to send calendar invitations -
-* The sources are based on http://download.z-push.org/final/ -* Use of version 2.3.4 final -
-* Sync States are now stored in /home/yunohost.app/$app -* Logrotate has been activated as z-push can become noisy at times -* After an upgrade, we now "fixstates" to avoid full resync of devices - +* * * +
+* Z-push for Yunohost supports IMAP sync and Carddav/Caldav sync if Baikal is installed
+* Ability to send calendar invitations
+* Use of push for emails, contacts and calendar
+

+* The sources are based on http://download.z-push.org/final/
+* Use of version 2.3.4 final
+

+* Sync States are now stored in /home/yunohost.app/$app
+* Logrotate has been activated as z-push can become noisy at times
+* After an upgrade, we now "fixstates" to avoid full resync of devices
+

+* 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.
+

+### 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.