X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FAddons.md;h=fb9956089dbf4d2ca371d7f61ce588675e8a8c9a;hb=2fbfae0ce55c33c715a1d6a8e9fe87f3db6cb43e;hp=69b591a820f724f8a1936f0fafc0d124244e8140;hpb=bfbce16d0bd795cb7d48a98c05fd930058445f10;p=friendica.git diff --git a/doc/Addons.md b/doc/Addons.md index 69b591a820..fb9956089d 100644 --- a/doc/Addons.md +++ b/doc/Addons.md @@ -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'));