mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
v2.24.0
This commit is contained in:
parent
18b7b39b49
commit
e4b1950dbe
12 changed files with 119 additions and 70 deletions
|
|
@ -375,20 +375,6 @@ and called in JavaScript using rl.pluginRemoteRequest().
|
|||
int &$iLimit
|
||||
\RainLoop\Model\Account $oAccount
|
||||
|
||||
### json.suggestions-post
|
||||
params:
|
||||
array &$aResult
|
||||
string $sQuery
|
||||
\RainLoop\Model\Account $oAccount
|
||||
int $iLimit
|
||||
|
||||
### json.suggestions-pre
|
||||
params:
|
||||
array &$aResult
|
||||
string $sQuery
|
||||
\RainLoop\Model\Account $oAccount
|
||||
int $iLimit
|
||||
|
||||
### main.content-security-policy
|
||||
params:
|
||||
\SnappyMail\HTTP\CSP $oCSP
|
||||
|
|
@ -397,20 +383,13 @@ and called in JavaScript using rl.pluginRemoteRequest().
|
|||
`$oCSP->script[] = "'strict-dynamic'";`
|
||||
|
||||
### main.default-response
|
||||
params:
|
||||
string $sActionName
|
||||
array &$aResponse
|
||||
Obsolete, use json.after-{actionname}
|
||||
|
||||
### main.default-response-data
|
||||
params:
|
||||
string $sActionName
|
||||
mixed &$mResult
|
||||
Obsolete, use json.after-{actionname}
|
||||
|
||||
### main.default-response-error-data
|
||||
params:
|
||||
string $sActionName
|
||||
int &$iErrorCode
|
||||
string &$sErrorMessage
|
||||
Obsolete, use json.after-{actionname}
|
||||
|
||||
### main.fabrica
|
||||
params:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue