mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 11:09:20 +03:00
v2.22.4
This commit is contained in:
parent
81bec371bf
commit
4ebde92a06
10 changed files with 41 additions and 19 deletions
|
|
@ -307,6 +307,7 @@ $Plugin->addHook('hook.name', 'functionName');
|
|||
Happens before send/save message
|
||||
|
||||
### filter.message-rcpt
|
||||
Called by DoSendMessage and DoSendReadReceiptMessage
|
||||
params:
|
||||
\RainLoop\Model\Account $oAccount
|
||||
\MailSo\Mime\EmailCollection $oRcpt
|
||||
|
|
@ -359,6 +360,7 @@ $Plugin->addHook('hook.name', 'functionName');
|
|||
array &$aHiddenRcpt
|
||||
|
||||
### filter.smtp-message-stream
|
||||
Called by DoSendMessage and DoSendReadReceiptMessage
|
||||
params:
|
||||
\RainLoop\Model\Account $oAccount
|
||||
resource &$rMessageStream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue