mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
update readme and version number to 2.2.0
This commit is contained in:
parent
caf1ee3e2a
commit
82fb6fe7e6
2 changed files with 5 additions and 3 deletions
|
|
@ -8,6 +8,8 @@ Version 2.0.0 changes the way additional mail accounts get their e-mail address:
|
|||
Now it is also possible to overwrite the mail address of the main account: if a user logs into SnappyMail with a username and SnappyMail added the configured default domain the mail address of the main account could have been some not existing address like "username@default-domain.com". This could have happend when using the Nextcloud SnappyMail integration that offers an automatic login using the Nextcloud username.
|
||||
The plugin now can be configured to overwrite the username or mail address used at login with a mail address found inside ldap.
|
||||
|
||||
Version 2.2.0 adds compatibility with SnappyMail 2.36.1 and later where some changes were introduced that made the plugin unusable. This version also adds the possibility to delete the .cryptkey file on evere login. For more information see the `Configuration` section below.
|
||||
|
||||
### Configuration
|
||||
- Install and activate the plugin using the SnappyMail Admin Panel -> menu Extensions.
|
||||
- Click on the gear symbol beside the plugin to open the configration dialog.
|
||||
|
|
|
|||
|
|
@ -12,11 +12,11 @@ class LdapMailAccountsPlugin extends AbstractPlugin
|
|||
{
|
||||
const
|
||||
NAME = 'LDAP Mail Accounts',
|
||||
VERSION = '2.1.1',
|
||||
VERSION = '2.2.0',
|
||||
AUTHOR = 'cm-schl',
|
||||
URL = 'https://github.com/cm-sch',
|
||||
RELEASE = '2024-03-16',
|
||||
REQUIRED = '2.35.3',
|
||||
RELEASE = '2024-05-28',
|
||||
REQUIRED = '2.36.1',
|
||||
CATEGORY = 'Accounts',
|
||||
DESCRIPTION = 'Add additional mail accounts the SnappyMail user has access to by a LDAP query. Basing on the work of FWest98 (https://github.com/FWest98).';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue