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
|
@ -777,6 +777,11 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
|
|||
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);
|
||||
|
||||
### view/js/main.js
|
||||
|
||||
document.dispatchEvent(new Event('postprocess_liveupdate'));
|
||||
|
|
|
@ -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