log src/lib-lda/mail-deliver.c @ 21546:4db73d3fb3ff

age author description
Thu, 09 Feb 2017 18:01:14 +0200 Timo Sirainen lib-lda: Remove unused mail_deliver_get_log_var_expand_table()
Fri, 17 Feb 2017 11:17:00 +0200 Timo Sirainen lib-lda: Initialize var_expand_tab[] directly.
Thu, 09 Feb 2017 18:49:53 +0200 Timo Sirainen lib-lda: Avoid using mailbox_save_set_dest_mail()
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Tue, 02 Aug 2016 21:10:42 +0300 Timo Sirainen lib-lda: Support %{storage_id} in deliver_log_format
Tue, 02 Aug 2016 21:09:34 +0300 Timo Sirainen lib-lda: Code cleanup - move code to mail_deliver_open_mail()
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 03 Jun 2015 16:47:25 +0300 Teemu Huovila lib-lda: Fixed crash in mail_deliver_get_log_var_expand_table().
Tue, 02 Jun 2015 23:43:05 +0300 Timo Sirainen lib-lda: Added %{to_envelope} to deliver_log_format
Tue, 21 Apr 2015 16:54:51 +0300 Timo Sirainen lib-lda: Assume that the caller sets delivery_time_started
Tue, 21 Apr 2015 16:52:59 +0300 Timo Sirainen lib-lda: mail_deliver_log() now updates the %{delivery_time} instead of using the first cached value.
Tue, 21 Apr 2015 13:19:24 +0300 Timo Sirainen lda, lmtp: Added delivery_time and session_time variables to deliver_log_format
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Thu, 05 Sep 2013 21:06:50 +0300 Timo Sirainen lib-lda: Fixed passing through error message when mailbox couldn't be opened.
Sat, 01 Jun 2013 17:17:47 +0300 Timo Sirainen lda/lmtp: If mail delivery fails with tempfail, don't fallback to saving to INBOX.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sat, 05 Jan 2013 01:14:11 +0200 Timo Sirainen Merged changes from v2.1 tree.
Tue, 30 Oct 2012 15:05:45 +0200 Timo Sirainen lib-lda: Avoid doing a costly mailbox sync when delivering mail to multiple recipients.
Mon, 29 Oct 2012 22:03:25 +0200 Timo Sirainen If prefix="" namespace isn't defined, autocreate it as an unusable namespace.
Sat, 22 Sep 2012 19:23:15 +0300 Timo Sirainen lib-lda: After auto-creating mailbox only open it, don't bother syncing it.
Wed, 04 Apr 2012 05:34:51 +0300 Timo Sirainen lib-lda: mail_deliver()'s dest_mail now prefetches message's GUID.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 18 Jan 2012 16:52:14 +0200 Timo Sirainen lib-lda: Added %e / %{from_envelope} variable to deliver_log_format.
Fri, 06 Jan 2012 15:23:12 +0200 Timo Sirainen lib-lda: Use mailbox_save_using_mail() instead of mailbox_copy() for saving mails.
Fri, 16 Sep 2011 16:59:10 +0300 Timo Sirainen Merged changes from v2.0.15.
Thu, 08 Sep 2011 11:51:18 +0300 Timo Sirainen lib-lda: Log message improvement to differentiate mailbox open vs. save error.
Thu, 08 Sep 2011 11:51:18 +0300 Timo Sirainen lib-lda: Log message improvement to differentiate mailbox open vs. save error.
Sun, 28 Aug 2011 08:15:33 +0300 Timo Sirainen lib-storage: Replaced MAILBOX_FLAG_KEEP_RECENT flag with reverse MAILBOX_FLAG_DROP_RECENT.
Thu, 25 Aug 2011 01:16:11 +0300 Timo Sirainen Moved GUID code to liblib. Use guid_128_t type consistently everywhere.
Wed, 03 Aug 2011 19:06:37 +0300 Timo Sirainen Merged changes from v2.0 tree.
Tue, 12 Jul 2011 09:59:34 +0300 Timo Sirainen lib-lda: Do INBOX GUID deduplication based on mailbox GUID, not username.
Sat, 30 Apr 2011 16:24:42 +0300 Timo Sirainen Merged changes from v2.0 tree.
Wed, 20 Apr 2011 18:28:49 +0300 Timo Sirainen lib-lda: If deliver_log_format setting is empty, don't log anything.
Thu, 17 Mar 2011 16:37:22 +0200 Timo Sirainen Merged changes from v2.0 tree.
Fri, 04 Mar 2011 20:53:46 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Tue, 22 Feb 2011 15:31:31 +0200 Timo Sirainen Merged changes from v2.0 tree.
Mon, 03 Jan 2011 19:06:49 +0200 Timo Sirainen lib-lda: Simplified mail_deliver_deduplicate_guid_if_needed() API.
Mon, 03 Jan 2011 18:59:07 +0200 Timo Sirainen lmtp: If delivering duplicate messages to same user's INBOX, use different GUIDs.
Tue, 01 Feb 2011 20:41:54 +0200 Timo Sirainen lib-storage: Mailbox virtual names are now in UTF-8 format, not IMAP mUTF-7.
Thu, 20 Jan 2011 20:59:07 +0200 Timo Sirainen lib-storage: mailbox_alloc() now takes a virtual mailbox name and other related API changes.
Thu, 20 Jan 2011 19:21:20 +0200 Timo Sirainen lib-storage: Added mailbox_get_last_*error() wrappers and use them.
Mon, 06 Dec 2010 02:16:22 +0000 Timo Sirainen lib-storage: Simplified mailbox_keyword*() APIs.
Wed, 03 Nov 2010 17:57:20 +0000 Timo Sirainen lib-lda: mail_deliver_save() tries now to avoid re-parsing message header when logging the result.
Wed, 06 Oct 2010 18:57:16 +0100 Timo Sirainen lib-lda: Fixed error handling if newly delivered mail couldn't be opened.
Thu, 12 Aug 2010 13:50:01 +0100 Timo Sirainen lib-lda: Added mail_deliver_hook_set()
Fri, 16 Jul 2010 15:52:04 +0100 Timo Sirainen lib-lda: mail_deliver_save_open() API changed to return also error code.
Wed, 14 Jul 2010 13:58:48 +0100 Timo Sirainen lib-lda: If FROM envelope is known, tell about it to lib-storage when saving mail
Tue, 06 Jul 2010 16:55:23 +0100 Timo Sirainen Fixes to INBOX sharing. HEAD
Fri, 25 Jun 2010 20:18:55 +0100 Timo Sirainen lib-lda: Added mail_deliver_save_open() for merging code with sieve. HEAD
Mon, 31 May 2010 16:46:08 +0100 Timo Sirainen lib-lda: If two LDAs try to autocreate the same mailbox at the same time, don't fail the other one. HEAD
Fri, 23 Apr 2010 10:38:30 +0300 Timo Sirainen lib-lda: Added mail_deliver_get_log_var_expand_table(). HEAD
Fri, 23 Apr 2010 10:09:57 +0300 Timo Sirainen deliver_log_format: Increased max. message-id length to 200 chars. HEAD
Wed, 21 Apr 2010 19:58:10 +0300 Timo Sirainen deliver_log_format: Added support for size and vsize HEAD
Mon, 12 Apr 2010 10:59:39 +0300 Timo Sirainen lib-lda: Added assert. HEAD
Sun, 28 Feb 2010 15:31:00 +0200 Timo Sirainen lda: Enable "delivering to namespace prefix = INBOX" only for INBOX namespace. HEAD
Fri, 12 Feb 2010 23:27:16 +0200 Timo Sirainen lib-storage: Removed input parameter from mailbox_alloc(), added mailbox_open_stream() HEAD