mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Update Readme.md to reflect latest changes
This commit is contained in:
parent
b2e6e2f2fe
commit
8f3fa1e735
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
* * *
|
||||
### 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
|
||||
|
@ -11,6 +10,7 @@
|
|||
- [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] 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] Use of version 2.3.5 final
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue