-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oauth: add a generic method OAUTH to choose automatically a supported method #11
Conversation
EdouardVanbelle
commented
Dec 26, 2023
- OAUTH pseudo method will elect either XOAUTH2 or OAUTHBEARER according to server's capabilities
096b9ad
to
d4e2e7e
Compare
@EdouardVanbelle: elect or select? |
Sieve.php
Outdated
@@ -226,7 +226,8 @@ class Net_Sieve | |||
* @param string $host Hostname of server. | |||
* @param string $port Port of server. | |||
* @param string $logintype Type of login to perform (see | |||
* $supportedAuthMethods). | |||
* $supportedAuthMethods), use `OAUTH` to elect | |||
* the best method between XOAUTH2 & OAUTHBEARER. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you put it this way, then I'd expect an explanation which one is "best".
Also, I'm not native, but "select" word might be better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rewording done
* OAUTH pseudo method will elect either XOAUTH2 or OAUTHBEARER according to server's capabilities Signed-off-by: Edouard Vanbelle <edouard@vanbelle.fr>
d4e2e7e
to
80ba726
Compare
@alecpl: Have you rights to add "Issues" section in this repository? |