Increase version to 0.1.3

This commit is contained in:
Alexey Abel 2018-12-14 16:54:04 +01:00
parent 61e3c854e6
commit 7429e24e5a
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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.]]></description>
<version>0.1.2</version>
<version>0.1.3</version>
<licence>agpl</licence>
<author mail="dev@abelonline.de" >Alexey Abel</author>
<documentation>