]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: client: transaction: Don't call the DATA callbacks upon failure until the...
authorStephan Bosch <stephan.bosch@dovecot.fi>
Fri, 23 Feb 2018 19:43:50 +0000 (20:43 +0100)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 25 Feb 2018 08:20:24 +0000 (09:20 +0100)
commit85a18b9917057acd6f1f718541adc0c7d149f6ee
tree8676f81f8c9f3aa3a0cf20e7e944ca854faadf6c
parent5bda257196690a95eb659a1a57cd0d1040ec4dc9
lib-smtp: client: transaction: Don't call the DATA callbacks upon failure until the transaction is complete.

The transaction is not complete until smtp_client_transaction_send() is called.
src/lib-smtp/smtp-client-private.h
src/lib-smtp/smtp-client-transaction.c