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 @@ -1139,13 +1139,13 @@ def starttls(options = {}, verify = true)
1139
1139
# the documentation for the specific mechanisms you are using:
1140
1140
#
1141
1141
# +ANONYMOUS+::
1142
- # See AnonymousAuthenticator[Net::IMAP::SASL::AnonymousAuthenticator].
1142
+ # See AnonymousAuthenticator[rdoc-ref: Net::IMAP::SASL::AnonymousAuthenticator].
1143
1143
#
1144
1144
# Allows the user to gain access to public services or resources without
1145
1145
# authenticating or disclosing an identity.
1146
1146
#
1147
1147
# +EXTERNAL+::
1148
- # See ExternalAuthenticator[Net::IMAP::SASL::ExternalAuthenticator].
1148
+ # See ExternalAuthenticator[rdoc-ref: Net::IMAP::SASL::ExternalAuthenticator].
1149
1149
#
1150
1150
# Authenticates using already established credentials, such as a TLS
1151
1151
# certificate or IPsec.
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ class IMAP
28
28
# the documentation for the specific mechanisms you are using:
29
29
#
30
30
# +ANONYMOUS+::
31
- # See AnonymousAuthenticator[Net::IMAP::SASL::AnonymousAuthenticator] .
31
+ # See AnonymousAuthenticator.
32
32
#
33
33
# Allows the user to gain access to public services or resources without
34
34
# authenticating or disclosing an identity.
35
35
#
36
36
# +EXTERNAL+::
37
- # See ExternalAuthenticator[Net::IMAP::SASL::ExternalAuthenticator] .
37
+ # See ExternalAuthenticator.
38
38
#
39
39
# Authenticates using already established credentials, such as a TLS
40
40
# certificate or IPsec.
You can’t perform that action at this time.
0 commit comments