The documentation is very scarce from what I could tell. What I ended up doing was hunting through the example plugins...not optimal, but the best I could do. Besides the "hook_*" calls, the "vfuncs" defined in the "*-private.h" files are a key as well as these are the functions you can override.
Tony
-----Original Message----- From: dovecot-bounces+tony=bluetie.com@dovecot.org [mailto:dovecot-bounces+tony=bluetie.com@dovecot.org] On Behalf Of Alex Baule Sent: Monday, December 14, 2009 2:37 PM To: dovecot@dovecot.org Subject: [Dovecot] Plugins
Hello everyone again.....
i try to do a plugin... and i see there is a lot of "hook_*" calls in various places....
There is some documentation about this hooks ?
like:
hook_mail_storage_created = is calling when the email is....
and go on....
Tks.