mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Update README.md
This commit is contained in:
parent
9bdcf7ed24
commit
091b098646
1 changed files with 3 additions and 7 deletions
10
README.md
10
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
|
||||
|
|
Loading…
Add table
Reference in a new issue