Class: IPAccess::Net::APOP

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

Instance Attribute Summary

Attributes included from Patches::ACL

#acl, #opened_on_deny

Instance Method Summary collapse

Methods included from Patches::ACL

#__ipa_wrap_socket_call, #acl_recheck, #blacklist, #blacklist!, #blacklist_reasonable, #blacklist_reasonable!, #close_on_deny, #close_on_deny=, #default_list, #terminate, #unblacklist, #unblacklist!, #unwhitelist, #unwhitelist!, #valid_acl?, #whitelist, #whitelist!, #whitelist_reasonable, #whitelist_reasonable!

Instance Method Details

#apop?Boolean

Always returns true.

Returns:

  • (Boolean)


40
41
42
# File 'lib/ipaccess/net/pop.rb', line 40

def apop?
  true
end