new

new(addr, port = nil, isapop = false)
Class Public methods

Creates a new POP3 object.

address is the hostname or ip address of your POP3 server.

The optional port is the port to connect to.

The optional isapop specifies whether this connection is going to use APOP authentication; it defaults to false.

This method does not open the TCP connection.

doc_ruby_on_rails
2015-04-22 05:23:09
Comments
Leave a Comment

Please login to continue.