X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/aaf014c77a4fb19bdc33370f5b6af5b8497decf8..010cd7a621c0bc807c083a462183d7554063559e:/h/oauth.h diff --git a/h/oauth.h b/h/oauth.h index 0278cae7..d5098730 100644 --- a/h/oauth.h +++ b/h/oauth.h @@ -1,5 +1,4 @@ -/* - * Implementation of OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and POP3 [3]. +/* Implementation of OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and POP3 [3]. * * Google defined XOAUTH2 for SMTP, and that's what we use here. If other * providers implement XOAUTH2 or some similar OAuth-based SMTP authentication @@ -258,9 +257,6 @@ mh_oauth_sasl_client_response(size_t *res_len, * Retrieve the various entries for the OAuth mechanism */ -boolean +boolean mh_oauth_get_service_info(const char *svc_name, mh_oauth_service_info *svcinfo, char *errbuf, size_t errbuflen); - -char *mh_oauth_get_svc_name(mh_oauth_ctx *ctx); -void mh_oauth_set_cred_fn(mh_oauth_ctx *ctx, char *filename);