{
i_assert(smtp_client_connection_find_extra_capability(conn, cap->name)
== NULL);
-
+
if (!array_is_created(&conn->extra_capabilities))
p_array_init(&conn->extra_capabilities, conn->pool, 8);
if (prev_offset == offset ||
str_len(str) <= SMTP_CLIENT_BASE_LINE_LENGTH_LIMIT)
return;
-
+
/* preserve field we just added */
new_field = t_strdup(str_c(str) + prev_offset);
set->sasl_mechanisms[0] == '\0') {
*mech_r = &dsasl_client_mech_plain;
return 0;
- }
+ }
/* find one of the specified SASL mechanisms */
mechanisms = t_strsplit_spaces(set->sasl_mechanisms, ", ");
}
static void
-smtp_client_connection_delayed_connect_error(struct smtp_client_connection *conn)
+smtp_client_connection_delayed_connect_error(
+ struct smtp_client_connection *conn)
{
e_debug(conn->event, "Delayed connect error");