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