1
1
Fork 0

Added hooks for the email fetch process

This commit is contained in:
Michael 2019-11-20 20:57:34 +00:00
commit a6ae6a83b8
3 changed files with 26 additions and 3 deletions

View file

@ -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);