Skip to content

Commit fefb4e2

Browse files
committed
Add link to smtp2graph for client credentials grant flow SMTP
1 parent c1a78de commit fefb4e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The [sample configuration file](emailproxy.config) provides example scope values
6666

6767
The proxy also supports the [client credentials grant](https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow) and [resource owner password credentials grant](https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth-ropc) OAuth 2.0 flows if needed.
6868
Please note that currently only Office 365 is known to support these methods.
69-
In addition, when using the client credentials grant flow, Office 365 only supports IMAP/POP, [_not_ SMTP](https://learn.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth#use-client-credentials-grant-flow-to-authenticate-imap-and-pop-connections).
69+
In addition, when using the client credentials grant flow, Office 365 only supports IMAP/POP, [_not_ SMTP](https://learn.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth#use-client-credentials-grant-flow-to-authenticate-imap-and-pop-connections) (use [smtp2graph](https://github.com/EvanTrow/smtp2graph) instead here).
7070
See the [sample configuration file](emailproxy.config) for further details.
7171

7272

@@ -197,7 +197,7 @@ See the documentation and examples in this branch for further details, additiona
197197
- Full feature parity on different platforms (e.g., live menu updating; monitoring network status; clickable notifications)
198198
- STARTTLS for IMAP/POP?
199199
- Python 2 support? (see [discussion](https://github.com/simonrob/email-oauth2-proxy/issues/38))
200-
- Package as .app/.exe etc?
200+
- Releases packaged as .app/.exe etc?
201201

202202

203203
## Related projects and alternatives

0 commit comments

Comments
 (0)