summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7540f02)
Google publicly documents XOAUTH2 for POP3 now, so we no longer need the
link to the blog post from 2014.
Replace dangling references to numbered links that are no
longer numbered.
* providers implement XOAUTH2 or some similar OAuth-based SMTP authentication
* protocol, it should be simple to extend this.
*
* providers implement XOAUTH2 or some similar OAuth-based SMTP authentication
* protocol, it should be simple to extend this.
*
- * OAuth https://tools.ietf.org/html/rfc6749
- * SMTP https://developers.google.com/gmail/xoauth2_protocol
- * POP3 http://googleappsdeveloper.blogspot.com/2014/10/updates-on-authentication-for-gmail.html
+ * OAuth https://tools.ietf.org/html/rfc6749
+ * XOAUTH2 https://developers.google.com/gmail/imap/xoauth2-protocol
- * Presumably [2] should document POP3 and that is an over-sight. As it stands,
- * that blog post is the closest we have to documentation.
- *
- * According to [1] 2.1 Client Types, this is a "native application", a
+ * According to RFC6749 2.1 Client Types, this is a "native application", a
* "public" client.
*
* To summarize the flow:
* "public" client.
*
* To summarize the flow: