Is there any documentation for the plugin API? A cursory glance through the docs didn't turn up anything. Thanks, -Dave -- Dave McGuire Port Charlotte, FL
On Thu, 2009-05-28 at 17:28 -0400, Dave McGuire wrote:> Is there any documentation for the plugin API? A cursory glance > through the docs didn't turn up anything.There isn't really even a "plugin API". Plugins use the same API as the rest of the Dovecot. Although there are a few hooks that plugins typically use. If you're doing anything mail related the important places to look at are src/lib-storage/mail-storage*.h. Currently there isn't really any more documentation. http://wiki.dovecot.org/Design may help a bit. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090528/534081b8/attachment-0002.bin>
On May 28, 2009, at 5:35 PM, Timo Sirainen wrote:>> Is there any documentation for the plugin API? A cursory glance >> through the docs didn't turn up anything. > > There isn't really even a "plugin API". Plugins use the same API as > the > rest of the Dovecot. Although there are a few hooks that plugins > typically use. > > If you're doing anything mail related the important places to look at > are src/lib-storage/mail-storage*.h. Currently there isn't really any > more documentation. http://wiki.dovecot.org/Design may help a bit.Understood, thanks! I'll check them out. -Dave -- Dave McGuire Port Charlotte, FL