From dc645f948ac3d2d32b0fc5f4a517b28ac332c021 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Tue, 14 Feb 2017 20:32:37 +0000 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 24e6361..f5dc077 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,17 @@ # Z-Push For Yunohost * * * -
-* 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.
+### 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. + +### Current status +- [x] Z-push for Yunohost supports IMAP sync and Carddav/Caldav sync if Baikal is installed +- [x] Ability to send calendar invitations +- [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. +YEP 3.3 +- [x] The sources are based on http://download.z-push.org/final/ +- [x] Use of version 2.3.4 final +