0 votes

Hi, as we are developing OAuth 2.0 with Gmail in our application and we want to use less restricted GoogleScopes like

www.googleapis.com/auth/gmail.readonly
www.googleapis.com/auth/gmail.metadata
www.googleapis.com/auth/gmail.modify
www.googleapis.com/auth/gmail.insert
www.googleapis.com/auth/gmail.compose
www.googleapis.com/auth/gmail.settings.basic
www.googleapis.com/auth/gmail.settings.sharing

instead of https://mail.google.com

is it possible to use those GoogleScopes when we are using Mail.dll for IMAP and POP particularly - https://www.googleapis.com/auth/gmail.modify

by

1 Answer

0 votes

As far as I know IMAP and SMTP access requires https://mail.google.com/ scope. This is how Google implemented this.

by (297k points)
...