method
new
![Some documentation Importance_1](https://d2vfyqvduarcvs.cloudfront.net/images/importance_1.png?1349367920)
new( addr, port = nil, isapop = false )
public
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; it defaults to 110.
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.