log src/plugins/mail-log/mail-log-plugin.c @ 9532:00cd9aacd03c HEAD

age author description
Mon, 25 Jan 2010 01:18:58 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 06 Feb 2009 12:49:46 -0500 Timo Sirainen Mail copying API changed to be based on save API. This allows extending it easily in future. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 14 Dec 2008 07:47:45 +0200 Timo Sirainen mail-log plugin: Added initial support for append event. uids aren't logged though. HEAD
Sun, 14 Dec 2008 07:29:45 +0200 Timo Sirainen mail-log plugin: Added from and subject fields. HEAD
Sun, 14 Dec 2008 07:21:12 +0200 Timo Sirainen mail-log plugin: Added flag_change event and flags field. HEAD
Fri, 25 Apr 2008 01:31:05 +0300 Timo Sirainen next_hook should be called after our hook is finished with its doings, that HEAD
Sun, 02 Mar 2008 06:23:59 +0200 Timo Sirainen Copies were tracked using the source transaction instead of destination HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Sat, 06 Oct 2007 03:08:48 +0300 Timo Sirainen Log mailbox renames also. HEAD
Sun, 30 Sep 2007 17:03:26 +0300 Timo Sirainen mailbox_transaction_commit*() doesn't sync the mailbox anymore, so it HEAD
Sun, 16 Sep 2007 14:36:14 +0300 Timo Sirainen Copyright cleanup: 2007-2007 -> 2007 HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Mon, 13 Aug 2007 16:56:00 +0300 Timo Sirainen typofix: "(null" -> "(null)" HEAD
Sun, 12 Aug 2007 19:40:54 +0300 Timo Sirainen mail_*() APIs changed to return int and return the actual data as pointer. HEAD
Sun, 12 Aug 2007 18:02:29 +0300 Timo Sirainen mail_index_lookup*() can't fail anymore. Changed several APIs not to return HEAD
Sun, 12 Aug 2007 16:34:37 +0300 Timo Sirainen More transaction_commit() compile fixes. HEAD
Thu, 21 Jun 2007 00:51:34 +0300 Timo Sirainen Added mail_log_events, mail_log_group_events and mail_log_fields settings to HEAD
Thu, 29 Mar 2007 14:51:09 +0300 Timo Sirainen Better type safety to module_contexts arrays. Already fixed some bugs. HEAD
Thu, 29 Mar 2007 10:59:11 +0300 Timo Sirainen Moved delete/rename operations to mailbox_list API. Fixed mbox/maildir to HEAD
Thu, 15 Mar 2007 19:05:44 +0200 Timo Sirainen Remove redundant "extern" declarations. Patch by Max Kellermann HEAD
Sat, 10 Mar 2007 14:54:20 +0200 Timo Sirainen Log the mailbox name, unless it's INBOX. HEAD
Wed, 28 Feb 2007 23:00:39 +0200 Timo Sirainen Fixed deleted/undeleted logging. HEAD
Thu, 22 Feb 2007 16:27:25 +0200 Timo Sirainen Added <plugin_name>_version string. HEAD
Wed, 07 Feb 2007 03:45:33 +0200 Timo Sirainen Don't crash with expunging mails with non-existing message-id header. HEAD
Thu, 18 Jan 2007 20:45:33 +0200 Timo Sirainen Added mail_log plugin to log various mail operations. Currently it logs mail HEAD