diff --git a/README.md b/README.md index 65a33d7..bea73a5 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ This data can be found in the `oc_mail_attachments` and `oc_mail_collected_addre ## Changelog +### 0.1.3 +- Fix a problem where user deletion or avatar change would fail if a user account did not have a mail account. ### 0.1.2 - Add compatibility with Nextcloud 15 ### 0.1.1 diff --git a/appinfo/info.xml b/appinfo/info.xml index 4780dcc..087fdc0 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ The mail app has a built-in default configuration for mail accounts but it does not create actual mail accounts for each Nextcloud user, so they can not store alternative identities, a sender name, attachments or collect e-mail addresses. This app hooks into Nextcloud's user creation/deletion and display name/ password change and automatically creates/deletes/updates a mail account in the mail app. This creates mail accounts like if a user entered the settings manually allowing him to use all features of the mail app. Note that the password is stored with symmetric encryption and can be retrieved by the admin. This is the default behaviour of the mail app and unavoidable because it needs to login to the mail server.]]> - 0.1.2 + 0.1.3 agpl Alexey Abel