Fix typos

This commit is contained in:
Alexey Abel 2018-06-06 01:07:32 +02:00
parent b422319218
commit cadcaeafdf
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
<name>Auto Mail Accounts</name>
<summary>Automatically create and delete mail accounts for the mail app for new Nextcloud users.</summary>
<description><![CDATA[
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 identitites, 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.
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 retreived by the admin. This is the default behaviour of the mail app and unavoidable because it needs to login to the mail server.]]></description>
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.0</version>
<licence>agpl</licence>
<author mail="dev@abelonline.de" >Alexey Abel</author>