27 Feb
2012
27 Feb
'12
11:05 a.m.
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