mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Prepared ldap query to optionally read mail addresses
for main account and additional accounts
This commit is contained in:
parent
30e3a8cc0f
commit
424c1ff90a
3 changed files with 41 additions and 7 deletions
|
|
@ -12,11 +12,11 @@ class LdapMailAccountsPlugin extends AbstractPlugin
|
|||
{
|
||||
const
|
||||
NAME = 'LDAP Mail Accounts',
|
||||
VERSION = '1.1',
|
||||
VERSION = '2.0.0',
|
||||
AUTHOR = 'cm-schl',
|
||||
URL = 'https://github.com/cm-sch',
|
||||
RELEASE = '2022-12-08',
|
||||
REQUIRED = '2.23.0',
|
||||
REQUIRED = '2.25.4',
|
||||
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