Confirmed users
591
edits
(→XML: Move <inputField> and <enable> outside <emailProvider>, because they apply to calendar etc., too.) |
(→OAuth2: Move OAuth outside the <incomingServer>, to avoid repetition) |
||
Line 268: | Line 268: | ||
A server using OAuth2 auth looks this: | A server using OAuth2 auth looks this: | ||
<pre> | <pre> | ||
... | |||
<incomingServer type="imap"> | <incomingServer type="imap"> | ||
<hostname>imap.gmail.com</hostname> | <hostname>imap.gmail.com</hostname> | ||
Line 275: | Line 276: | ||
<authentication>OAuth2</authentication> | <authentication>OAuth2</authentication> | ||
<authentication>password-cleartext</authentication> | <authentication>password-cleartext</authentication> | ||
</incomingServer> | </incomingServer> | ||
</emailProvider> | |||
<oAuth2> | |||
<issuer>login.yahoo.com<issuer> | |||
<scope>mail-w<scope> | |||
<authURL>https://api.login.yahoo.com/oauth2/request_auth</authURL> | |||
<tokenURL>https://api.login.yahoo.com/oauth2/get_token</tokenURL> | |||
<oAuth2> | |||
</pre> | </pre> | ||