]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: server: Record the associated server command in the recipient object.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 7 Oct 2018 16:37:48 +0000 (18:37 +0200)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Thu, 11 Oct 2018 12:57:36 +0000 (14:57 +0200)
commit0a8512c6141e0432c7b52f21efda3ece06d125fb
tree4b25ac58a9f0ac73138540870b07595b72847c89
parentcbcdb5965c9847e9d501289e1aeff6c1149ef0d3
lib-smtp: server: Record the associated server command in the recipient object.

This avoids the need to do that in application code.
src/lib-smtp/smtp-server-cmd-data.c
src/lib-smtp/smtp-server-cmd-rcpt.c
src/lib-smtp/smtp-server-private.h
src/lib-smtp/smtp-server-recipient.c
src/lib-smtp/smtp-server-transaction.c
src/lib-smtp/smtp-server.h
src/lmtp/lmtp-common.c
src/lmtp/lmtp-common.h
src/lmtp/lmtp-local.c
src/lmtp/lmtp-proxy.c