@@ -974,40 +974,19 @@ def starttls(options = {}, verify = true)
974
974
#
975
975
# +mechanism+ is the name of the \SASL authentication mechanism to be used.
976
976
# All other arguments are forwarded to the authenticator for the requested
977
- # mechanism. The listed call signatures are suggestions. <em>The
978
- # documentation for each individual mechanism must be consulted for its
979
- # specific parameters.</em>
977
+ # mechanism. The listed call signatures are only suggestions. Each
978
+ # mechanism's authenticator must be consulted for its own specific
979
+ # parameters.
980
+ # >>>
981
+ # *Note:* See Net::IMAP::SASL documentation for a list of mechanism
982
+ # classes, and links to each mechanism's documentation.
980
983
#
981
984
# An exception Net::IMAP::NoResponseError is raised if authentication fails.
982
985
#
983
986
# Related: #login, #starttls
984
987
#
985
- # ==== Supported SASL Mechanisms
986
- #
987
- # +PLAIN+:: See PlainAuthenticator.
988
- # Login using clear-text username and password.
989
- #
990
- # +XOAUTH2+:: See XOauth2Authenticator.
991
- # Login using a username and OAuth2 access token.
992
- # Non-standard and obsoleted by +OAUTHBEARER+, but widely
993
- # supported.
994
- #
995
- # >>>
996
- # *Deprecated:* <em>Obsolete mechanisms are available for backwards
997
- # compatibility.</em>
998
- #
999
- # For +DIGEST-MD5+ see DigestMD5Authenticator.
1000
- #
1001
- # For +LOGIN+, see LoginAuthenticator.
1002
- #
1003
- # For +CRAM-MD5+, see CramMD5Authenticator.
1004
- #
1005
- # <em>Using a deprecated mechanism will print a warning.</em>
1006
- #
1007
988
# See Net::IMAP::Authenticators for information on plugging in
1008
- # authenticators for other mechanisms. See the {SASL mechanism
1009
- # registry}[https://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml]
1010
- # for information on these and other SASL mechanisms.
989
+ # authenticators for other mechanisms.
1011
990
#
1012
991
# ===== Capabilities
1013
992
#
0 commit comments