log src/lib-lda/mail-deliver.h @ 21548:22a63dda10f0

age author description
Fri, 17 Feb 2017 11:25:49 +0200 Timo Sirainen lib-lda: Redesign mail_deliver_context.var_expand_table cache
Thu, 09 Feb 2017 18:01:14 +0200 Timo Sirainen lib-lda: Remove unused mail_deliver_get_log_var_expand_table()
Thu, 14 May 2015 11:27:04 +0300 Timo Sirainen lib-lda: Added missing include file.
Tue, 21 Apr 2015 13:19:24 +0300 Timo Sirainen lda, lmtp: Added delivery_time and session_time variables to deliver_log_format
Fri, 06 Mar 2015 16:33:23 +0200 Timo Sirainen lda/lmtp: Added a hardcoded LDA_SUBMISSION_TIMEOUT_SECS=30 timeout for SMTP client.
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.
Sun, 16 Sep 2012 16:31:32 +0300 Timo Sirainen Removed all the "enum foo;" declarations.
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sun, 12 Feb 2012 18:26:22 +0200 Timo Sirainen lib-lda: Send DSN only for out-of-quota errors. Send MDN for Sieve rejects.
Sun, 12 Feb 2012 07:05:07 +0200 Timo Sirainen lda: If DSN is sent because user is out of quota, send 5.2.2 as Status.
Thu, 25 Aug 2011 01:16:11 +0300 Timo Sirainen Moved GUID code to liblib. Use guid_128_t type consistently everywhere.
Tue, 12 Jul 2011 09:59:34 +0300 Timo Sirainen lib-lda: Do INBOX GUID deduplication based on mailbox GUID, not username.
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.
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.
Tue, 14 Sep 2010 13:17:18 +0100 Timo Sirainen lda: Added -r parameter to specify final recipient address.
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.
Fri, 25 Jun 2010 20:18:55 +0100 Timo Sirainen lib-lda: Added mail_deliver_save_open() for merging code with sieve. HEAD
Fri, 23 Apr 2010 10:38:30 +0300 Timo Sirainen lib-lda: Added mail_deliver_get_log_var_expand_table(). HEAD
Thu, 05 Nov 2009 17:27:46 -0500 Timo Sirainen lmtp: Add Received: header, with a session ID. Log the session ID also. HEAD
Thu, 22 Oct 2009 22:01:43 -0400 Timo Sirainen lib-lda: Fixed duplicate database to work with multiple users per process. HEAD
Thu, 16 Apr 2009 18:10:30 -0400 Timo Sirainen mail_deliver(): Support returning a destination mail. HEAD
Mon, 13 Apr 2009 15:45:17 -0400 Timo Sirainen Renamed deliver to dovecot-lda and moved most of its code to lib-lda. HEAD