Class: Net::APOP

Inherits:
POP3 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, default_port, #delete_all, delete_all, #each_mail, #finish, foreach, #initialize, #inspect, #mails, #n_bytes, #n_mails, #reset, #set_all_uids, #set_debug_output, socket_type, #start, start, #started?

Constructor Details

This class inherits a constructor from Net::POP3

Instance Method Details

#apop?Boolean

Always returns true.

Returns:

  • (Boolean)


588
589
590
# File 'lib/net/pop.rb', line 588

def apop?
  true
end