@@ -1001,36 +1001,16 @@ def starttls(options = {}, verify = true)
1001
1001
# documentation for each individual mechanism must be consulted for its
1002
1002
# specific parameters.</em>
1003
1003
#
1004
- # An exception Net::IMAP::NoResponseError is raised if authentication fails.
1005
- #
1006
- # Related: #login, #starttls, #auth_capable?, #auth_mechanisms
1007
- #
1008
- # ==== Supported SASL Mechanisms
1009
- #
1010
- # +PLAIN+:: See PlainAuthenticator.
1011
- # Login using clear-text username and password.
1012
- #
1013
- # +XOAUTH2+:: See XOauth2Authenticator.
1014
- # Login using a username and OAuth2 access token.
1015
- # Non-standard and obsoleted by +OAUTHBEARER+, but widely
1016
- # supported.
1017
- #
1018
1004
# >>>
1019
- # *Deprecated:* <em>Obsolete mechanisms are available for backwards
1020
- # compatibility.</em>
1021
- #
1022
- # For +DIGEST-MD5+ see DigestMD5Authenticator.
1023
- #
1024
- # For +LOGIN+, see LoginAuthenticator.
1005
+ # *Note:* See Net::IMAP::SASL documentation for a list of mechanism
1006
+ # classes, and links to each mechanism's documentation.
1025
1007
#
1026
- # For +CRAM-MD5+, see CramMD5Authenticator .
1008
+ # An exception Net::IMAP::NoResponseError is raised if authentication fails .
1027
1009
#
1028
- # <em>Using a deprecated mechanism will print a warning.</em>
1010
+ # Related: #login, #starttls, #auth_capable?, #auth_mechanisms
1029
1011
#
1030
1012
# See Net::IMAP::Authenticators for information on plugging in
1031
- # authenticators for other mechanisms. See the {SASL mechanism
1032
- # registry}[https://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml]
1033
- # for information on these and other SASL mechanisms.
1013
+ # authenticators for other mechanisms.
1034
1014
#
1035
1015
# ===== Capabilities
1036
1016
#
0 commit comments