module Net::IMAP::SASL::ProtocolAdapters::SMTP
See RFC-4954 (AUTH capability).
Public Instance Methods
Source
# File bundled-src/net-imap-0.6.4.1/lib/net/imap/sasl/protocol_adapters.rb, line 86 def command_name; "AUTH" end
Source
# File bundled-src/net-imap-0.6.4.1/lib/net/imap/sasl/protocol_adapters.rb, line 87 def service; "smtp" end