APOP

APOP(isapop)
Class Public methods

Returns the APOP class if isapop is true; otherwise, returns the POP class. For example:

# Example 1
pop = Net::POP3::APOP($is_apop).new(addr, port)

# Example 2
Net::POP3::APOP($is_apop).start(addr, port) do |pop|
  ....
end
doc_ruby_on_rails
2015-04-22 04:39:54
Comments
Leave a Comment

Please login to continue.