Added hooks for the email fetch process
This commit is contained in:
parent
ae862c7b55
commit
a6ae6a83b8
3 changed files with 26 additions and 3 deletions
|
@ -495,3 +495,8 @@ Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 01-Ap
|
|||
|
||||
Hook::callAll('atom_feed_end', $atom);
|
||||
Hook::callAll('atom_feed_end', $atom);
|
||||
|
||||
### src/Protocol/Email.php
|
||||
|
||||
Hook::callAll('email_getmessage', $message);
|
||||
Hook::callAll('email_getmessage_end', $ret);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue