aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-sasl.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-sasl.h')
-rw-r--r--camel/camel-sasl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-sasl.h b/camel/camel-sasl.h
index 38b9a8f02b..2b5db5c447 100644
--- a/camel/camel-sasl.h
+++ b/camel/camel-sasl.h
@@ -42,6 +42,7 @@ typedef struct _CamelSasl {
CamelObject parent_object;
char *service_name;
+ char *mech; /* mechanism */
CamelService *service;
gboolean authenticated;
} CamelSasl;