Mailroom.POP3.connect
You're seeing just the function
connect
, go back to Mailroom.POP3 module for more information.
Connect to the POP3 server
The following options are available:
ssl
- defaultfalse
, connect via SSL or notport
- default110
(995
if SSL), the port to connect totimeout
- default15_000
, the timeout for connection and communication
Examples:
Mailroom.POP3.connect("pop3.myserver", "me", "secret", ssl: true)
{:ok, %Mailroom.Socket{}}