From 14423b5a15ca724513ec07bc92356776b7b635ce Mon Sep 17 00:00:00 2001 From: Jace Manshadi Date: Thu, 10 May 2018 21:14:33 -0700 Subject: [PATCH] updating the link for python-social-auth --- docs/topics/mailbox_types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/mailbox_types.rst b/docs/topics/mailbox_types.rst index 4056eac..6ae2a25 100644 --- a/docs/topics/mailbox_types.rst +++ b/docs/topics/mailbox_types.rst @@ -100,7 +100,7 @@ For added security, Gmail supports using OAuth2 for authentication_. To handle the handshake and storing the credentials, use python-social-auth_. .. _authentication: https://developers.google.com/gmail/xoauth2_protocol -.. _python-social-auth: http://psa.matiasaguirre.net/ +.. _python-social-auth: https://github.com/python-social-auth The Gmail Mailbox is also a regular IMAP mailbox, but the password you specify will be ignored if OAuth2 authentication succeeds.