]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: client: Document the forced_capabilities setting.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Wed, 26 Sep 2018 19:36:01 +0000 (21:36 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 9 Oct 2018 06:41:17 +0000 (06:41 +0000)
src/lib-smtp/smtp-client.h

index bacb5ad73b21e39f34ccaaa67f132db5733df423..cefe24b19a82afa09ca5c20a889f52e037f625a9 100644 (file)
@@ -42,6 +42,8 @@ struct smtp_client_settings {
        const char *my_hostname;
        const char *temp_path_prefix;
 
+       /* Capabilities that are assumed to be enabled no matter whether the
+          server indicates support. */
        enum smtp_capability forced_capabilities;
 
        struct dns_client *dns_client;