mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Fix typos
This commit is contained in:
parent
61fec96256
commit
afc428a5a9
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,7 +1,7 @@
|
||||||
# Z-Push for YunoHost
|
# Z-Push for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/z-push)  
|
[](https://dash.yunohost.org/appci/app/z-push)  
|
||||||
[](https://install-app.yunohost.org/?app=z-push)
|
[](https://install-app.yunohost.org/?app=z-push)
|
||||||
|
|
||||||
> *This package allow you to install Z-Push quickly and simply on a YunoHost server.
|
> *This package allow you to install Z-Push quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||||
|
@ -12,16 +12,16 @@ Z-Push is an Exchange ActiveSync fronted written in PHP which lets you synchroni
|
||||||
**Shipped version:** 2.6.1
|
**Shipped version:** 2.6.1
|
||||||
|
|
||||||
## Current status
|
## Current status
|
||||||
- [x] Z-push for YunoHost supports IMAP sync and CardDAV/CalDAV sync if Baïkal or Nextcloud is installed
|
- [x] Z-Push for YunoHost supports IMAP sync and CardDAV/CalDAV sync if Baïkal or Nextcloud is installed
|
||||||
- [x] Ability to send calendar invitations
|
- [x] Ability to send calendar invitations
|
||||||
- [x] Use of push for emails, contacts and calendar
|
- [x] Use of push for emails, contacts and calendar
|
||||||
- [x] Sync States are now stored in /home/yunohost.app/$app
|
- [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] 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] 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 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] The sources are based on http://download.z-push.org/final/
|
||||||
- [x] Autodiscover implemented
|
- [x] Autodiscover implemented
|
||||||
- [x] Use of version 2.5.2 final
|
- [x] Use of version 2.6.1 final
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue