mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Place contacts suggestions plugins in Contacts category
This commit is contained in:
parent
f2aedd42b7
commit
aa67e66834
2 changed files with 5 additions and 5 deletions
|
|
@ -4,10 +4,10 @@ class ImapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
{
|
{
|
||||||
const
|
const
|
||||||
NAME = 'Contacts suggestions (IMAP folder)',
|
NAME = 'Contacts suggestions (IMAP folder)',
|
||||||
VERSION = '0.1',
|
VERSION = '1.0',
|
||||||
RELEASE = '2022-05-17',
|
RELEASE = '2022-05-18',
|
||||||
CATEGORY = 'Security',
|
CATEGORY = 'Contacts',
|
||||||
DESCRIPTION = 'Get contacts suggestions from IMAP folder.',
|
DESCRIPTION = 'Get contacts suggestions from IMAP INBOX folder.',
|
||||||
REQUIRED = '2.15.2';
|
REQUIRED = '2.15.2';
|
||||||
|
|
||||||
public function Init() : void
|
public function Init() : void
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ class LdapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
NAME = 'Contacts suggestions (LDAP)',
|
NAME = 'Contacts suggestions (LDAP)',
|
||||||
VERSION = '2.9',
|
VERSION = '2.9',
|
||||||
RELEASE = '2022-05-05',
|
RELEASE = '2022-05-05',
|
||||||
CATEGORY = 'Security',
|
CATEGORY = 'Contacts',
|
||||||
DESCRIPTION = 'Get contacts suggestions from LDAP.',
|
DESCRIPTION = 'Get contacts suggestions from LDAP.',
|
||||||
REQUIRED = '2.9.1';
|
REQUIRED = '2.9.1';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue