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.