[Dovecot] IMAP-proxy or not with sogo webmail and dovecot backend

Timo Sirainen tss at iki.fi
Mon Feb 27 11:05:44 EET 2012


On Mon, 2012-02-27 at 08:46 +0000, Ed W wrote:
> On 27/02/2012 08:34, Timo Sirainen wrote:
> > On Thu, 2012-02-23 at 01:41 +0200, Timo Sirainen wrote:
> >
> >> What do you need the statistics for? I could make imap_client and
> >> pop3_client support some virtual methods, like user.destroy() initially,
> >> which would be enough for your use. I guess I could add that for v2.2.
> > http://dovecot.org/patches/2.2/imap-logout-plugin.c
> >
> >
> 
> Thanks - can I assume that a pop-logout would be basically the same?

Yes, basically s/imap/pop3.

> Also, how might I access the bytes in/out statistics from that context?

input: i_stream_get_absolute_offset(client->input)
output: client->output->offset





More information about the dovecot mailing list