Class: Net::APOP
Overview
This class is equivalent to POP3, except that it uses APOP authentication.
Constant Summary
Constants inherited from POP3
Constants inherited from Protocol
Instance Attribute Summary
Attributes inherited from POP3
#address, #open_timeout, #read_timeout
Instance Method Summary collapse
-
#apop? ⇒ Boolean
Always returns true.
Methods inherited from POP3
APOP, auth_only, #auth_only, certs, create_ssl_params, 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, #port, #reset, #set_all_uids, #set_debug_output, socket_type, ssl_params, 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.
728 729 730 |
# File 'lib/net/pop.rb', line 728 def apop? true end |