File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1003,12 +1003,12 @@ def starttls(options = {}, verify = true)
1003
1003
# the documentation for the specific mechanisms you are using:
1004
1004
#
1005
1005
# +PLAIN+::
1006
- # See PlainAuthenticator[Net::IMAP::SASL::PlainAuthenticator].
1006
+ # See PlainAuthenticator[rdoc-ref: Net::IMAP::SASL::PlainAuthenticator].
1007
1007
#
1008
1008
# Login using clear-text username and password.
1009
1009
#
1010
1010
# +XOAUTH2+::
1011
- # See XOAuth2Authenticator[Net::IMAP::SASL::XOAuth2Authenticator].
1011
+ # See XOAuth2Authenticator[rdoc-ref: Net::IMAP::SASL::XOAuth2Authenticator].
1012
1012
#
1013
1013
# Login using a username and an OAuth2 access token. Non-standard and
1014
1014
# obsoleted by +OAUTHBEARER+, but widely supported.
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ class IMAP
28
28
# the documentation for the specific mechanisms you are using:
29
29
#
30
30
# +PLAIN+::
31
- # See PlainAuthenticator[Net::IMAP::SASL::PlainAuthenticator] .
31
+ # See PlainAuthenticator.
32
32
#
33
33
# Login using clear-text username and password.
34
34
#
35
35
# +XOAUTH2+::
36
- # See XOAuth2Authenticator[Net::IMAP::SASL::XOAuth2Authenticator] .
36
+ # See XOAuth2Authenticator.
37
37
#
38
38
# Login using a username and an OAuth2 access token. Non-standard and
39
39
# obsoleted by +OAUTHBEARER+, but widely supported.
You can’t perform that action at this time.
0 commit comments