Top | ![]() |
![]() |
![]() |
![]() |
ESourceAuthenticator * | e_mail_authenticator_new () |
CamelService * | e_mail_authenticator_get_service () |
const gchar * | e_mail_authenticator_get_mechanism () |
gchar * | mechanism | Read / Write / Construct Only |
CamelService * | service | Read / Write / Construct Only |
ESourceAuthenticator * e_mail_authenticator_new (CamelService *service
,const gchar *mechanism
);
CamelService *
e_mail_authenticator_get_service (EMailAuthenticator *auth
);
const gchar *
e_mail_authenticator_get_mechanism (EMailAuthenticator *auth
);
“mechanism”
property“mechanism” gchar *
Authentication mechanism.
Flags: Read / Write / Construct Only
Default value: NULL
“service”
property“service” CamelService *
The CamelService to authenticate.
Flags: Read / Write / Construct Only