diff options
Diffstat (limited to 'camel/providers/smtp/camel-smtp-transport.c')
-rw-r--r-- | camel/providers/smtp/camel-smtp-transport.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/providers/smtp/camel-smtp-transport.c b/camel/providers/smtp/camel-smtp-transport.c index 83241b2cad..0486e4da75 100644 --- a/camel/providers/smtp/camel-smtp-transport.c +++ b/camel/providers/smtp/camel-smtp-transport.c @@ -265,6 +265,8 @@ esmtp_get_authtypes (gchar *buffer) return ret; } +/* FIXME: use these? */ +#ifdef notyet static CamelServiceAuthType no_authtype = { "No authentication required", @@ -285,6 +287,7 @@ static CamelServiceAuthType cram_md5_authtype = { "CRAM-MD5", TRUE }; +#endif static GList * query_auth_types (CamelService *service, CamelException *ex) |