> On Sep 15, 2014, at 8:58 AM, Timo Sirainen wrote:
>
> On 05 Sep 2014, at 04:35, Stefan Arentz wrote:
>
>> I’ve been hacking on a personal side project to support native iOS Push
>> Email in Dovecot. This is specifically for people who are migrating their
>&
> On Sep 5, 2014, at 5:53 AM, Charles Marcus wrote:
>
> On 9/4/2014 9:35 PM, Stefan Arentz wrote:
>> Although this is at version 0.1, it is working pretty well for me and I am
>> looking for some additional testers that are interested.
>>
>> Please no
I’ve been hacking on a personal side project to support native iOS Push Email
in Dovecot. This is specifically for people who are migrating their mail away
from OS X Server while keeping their existing Push Email functionality.
Native Push Email has some great advantages: it speeds up email noti
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’
>
> 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-plugi
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)
{