模块 Net::IMAP::SASL::ProtocolAdapters::SMTP
请参阅 RFC-4954 (AUTH 功能)。
公共实例方法
command_name() 点击切换源代码
# File net-imap-0.5.4/lib/net/imap/sasl/protocol_adapters.rb, line 86 def command_name; "AUTH" end
service() 点击切换源代码
# File net-imap-0.5.4/lib/net/imap/sasl/protocol_adapters.rb, line 87 def service; "smtp" end