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