Re: Need help to compile and install a minimal dovecot imap plugin

2014-08-31 Thread Stefan Arentz
On Aug 31, 2014, at 2:45 PM, Stefan Arentz wrote: > >> On Aug 30, 2014, at 1:36 PM, Stefan Arentz wrote: >> >> I am trying to create a plugin that adds a new IMAP capability. > > To get a much simpler example working, I’ve created a very simple ‘empty’ > plugin to get the basics works. > >

Re: Need help to compile and install a minimal dovecot imap plugin

2014-08-31 Thread Stefan Arentz
> On Aug 30, 2014, at 1:36 PM, Stefan Arentz wrote: > > I am trying to create a plugin that adds a new IMAP capability. To get a much simpler example working, I’ve created a very simple ‘empty’ plugin to get the basics works. https://github.com/st3fan/dovecot-empty-plugin

Need help to compile and install a minimal dovecot imap plugin

2014-08-30 Thread Stefan Arentz
I am trying to create a plugin that adds a new IMAP capability. So far I have this: const char *foo_plugin_version = DOVECOT_ABI_VERSION; static struct module *foo_module; static imap_client_created_func_t *next_hook_client_created; static void foo_client_created(struct client **client) {