1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Update of readme.md to reflect latest changes

This commit is contained in:
polytan02 2017-03-05 13:01:38 +00:00
parent a47de8b496
commit 6f73326a17

View file

@ -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