Class: Net::APOP
Overview
This class is equivalent to POP3, except that it uses APOP authentication.
Constant Summary
Constants inherited from POP3
Instance Attribute Summary
Attributes inherited from POP3
#address, #open_timeout, #port, #read_timeout
Instance Method Summary collapse
-
#apop? ⇒ Boolean
Always returns true.
Methods inherited from POP3
APOP, auth_only, #auth_only, certs, default_pop3_port, default_pop3s_port, default_port, delete_all, #delete_all, #disable_ssl, disable_ssl, #each_mail, #enable_ssl, enable_ssl, #finish, foreach, #initialize, #inspect, #logging, #mails, #n_bytes, #n_mails, #reset, #set_all_uids, #set_debug_output, socket_type, #start, start, #started?, #use_ssl?, use_ssl?, verify
Constructor Details
This class inherits a constructor from Net::POP3
Instance Method Details
#apop? ⇒ Boolean
Always returns true.
702 703 704 |
# File 'lib/mailer/ssl/pop.rb', line 702 def apop? true end |