From 091b098646176b12016de35b616167e005d10961 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 23 Apr 2019 21:39:07 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8c4bcd4..8968cc0 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,8 @@ Z-Push is an Exchange ActiveSync fronted written in php which lets you synchroni **Shipped version:** 2.4.5 -* * * -### Known bug : -- [ ] [Issue 25](https://github.com/YunoHost-Apps/z-push_ynh/issues/25) : 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. -- [ ] [Issue 26](https://github.com/YunoHost-Apps/z-push_ynh/issues/26) : z-push with iOS seems unable to handle emails having a different login name (for example login : jd and email john.doe@domain.tld) - -### Current status -- [x] Z-push for Yunohost supports IMAP sync and Carddav/Caldav sync if Baikal is installed +## Current status +- [x] Z-push for Yunohost supports IMAP sync and Carddav/Caldav sync if Baikal or Nextcloud 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 @@ -24,6 +19,7 @@ Z-Push is an Exchange ActiveSync fronted written in php which lets you synchroni - [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 current imap backend configuration seems able to handle email addresses different from login (for example login : john and email john.doe@domain.tld instead of john@domain.tld) - Further testing required ! - [x] The sources are based on http://download.z-push.org/final/ +- [x] Autodiscover implemented - [x] Use of version 2.4.5 final ## Documentation