On Aug 31, 2014, at 2:45 PM, Stefan Arentz <stefan@arentz.ca> wrote:
On Aug 30, 2014, at 1:36 PM, Stefan Arentz <stefan@arentz.ca> 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 <https://github.com/st3fan/dovecot-empty-plugin>
This compiles, but there is no way I can get it to actually load.
I figured part of it out!
I was testing this plugin simply by doing a telnet localhost 143 and expecting the plugin to kick in right away.
But that is not happening. The plugin will not initialize until you issue a login command!
I now see my plugin being loaded and it is printing the debug messages in _init() and _deinit().
S.