Class: Net::APOP

Inherits:
POP3
  • Object
show all
Defined in:
lib/net/pop.rb

Overview

This class is equivalent to POP3, except that it uses APOP authentication.

Constant Summary

Constants inherited from POP3

POP3::Revision

Instance Attribute Summary

Attributes inherited from POP3

#address, #open_timeout, #port, #read_timeout

Instance Method Summary collapse

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.

Returns:

  • (Boolean)


696
697
698
# File 'lib/net/pop.rb', line 696

def apop?
  true
end