]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-smtp: syntax: Remame smtp_ehlo_params_are_valid() to smtp_ehlo_params_str_is_valid().
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sat, 10 Nov 2018 12:22:52 +0000 (13:22 +0100)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 25 Jun 2019 11:19:16 +0000 (11:19 +0000)
commit83739032f87193c3a4661a3f31d2070bf07b2438
tree9ceb77386b91ad92e393a2c953600d4391a8835b
parent6af3406809668a8e242ad9ec33cf4bb85fb0c67e
lib-smtp: syntax: Remame smtp_ehlo_params_are_valid() to smtp_ehlo_params_str_is_valid().

Moves it out of the way for a function that is better suited for this name;
i.e., it operates on an array of parameters.
src/lib-smtp/smtp-syntax.c
src/lib-smtp/smtp-syntax.h
src/submission/submission-client.c