mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Extend handling login credentials by allowing to modify SMTP username
This commit is contained in:
parent
3a6a5a6925
commit
e554bcc27e
12 changed files with 220 additions and 183 deletions
|
|
@ -132,8 +132,9 @@ $Plugin->addHook('hook.name', 'functionName');
|
|||
### login.credentials
|
||||
params:
|
||||
string &$sEmail
|
||||
string &$sLogin
|
||||
string &$sImapUser
|
||||
string &$sPassword
|
||||
string &$sSmtpUser
|
||||
|
||||
### login.success
|
||||
params:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue