]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: smtp-client-connection - Explicitly specify which MAIL/RCPT parameters...
authorStephan Bosch <stephan.bosch@open-xchange.com>
Tue, 30 Mar 2021 19:06:58 +0000 (21:06 +0200)
committerMarkus Valentin <markus.valentin@open-xchange.com>
Tue, 20 Apr 2021 10:30:17 +0000 (12:30 +0200)
commit4653e92e1f3f13b0a9dff878cafe907053a22f58
treed71844ce09f0d17ef8d5941b72f4eecb246a2faf
parente687bb3af663bd351a01d2d16d4e57dd382c267b
lib-smtp: smtp-client-connection - Explicitly specify which MAIL/RCPT parameters are added by extra capabilities.

This is used in later commit to limit which custom parameters are actually sent
to the server based on the capabilities supported by said server.
src/lib-smtp/smtp-client-connection.c
src/lib-smtp/smtp-client-private.h
src/lib-smtp/smtp-client.h
src/lmtp/lmtp-proxy.c