chickadee » pop3 » pop3:connect

pop3:connect HOSTNAME USERNAME PASSWORD #!optional VERBOSE PORTprocedure

Connects to the server HOSTNAME using the POP3 protocol and identifies this client with USERNAME and PASSWORD. If the optional argument VERBOSE is given and not #f, then a protocol of the communication with the server is written to the value of (current-error-port). PORT specifies the port-number and defaults to 110.

This procedure returns an object representing the POP3 session.