úΔ:  portable provisionalpeter@vdbrand.nl Default POP3 port (110) 8Connects to the given host and port, executes the given > POP3 action(s), closes the connection, and finally returns ) the result op the (last) POP3 action. D The connection is guaranteed to be closed before returning from D this function, even when an exception occurs during the session. 'Send the given username and password. = This has to be the first command sent to the POP3 server. N Other POP3 actions can only be executed after a successful authentication. ;Returns the number of messages stored in the POP3 mailbox. /Returns the size of the POP3 mailbox in bytes. 9Returns the unique ID (UIDL) of a message on the server. - The message ID should be in the range [1..]. 6Returns the size of a message on the server in bytes. H Note that this may not correspond exactly to the size of the message > as it is downloaded, because of newline and escape values. - The message ID should be in the range [1..]. DRetrieves a POP3 message from the server and returns it parsed as a Message. - The message ID should be in the range [1..]. LRetrieves a the headers and the first n lines of a message from the server  and returns it parsed as a Message. - The message ID should be in the range [1..]. PRetrieves a the headers of a message from the server and returns it parsed as a Message. - The message ID should be in the range [1..]. BSends the QUIT command to the server. It returns its argument to  make the implementation of  a little more concise. &The command and its arguments to send #Function to read the response with $Function to parse the response with /Either an error message or the parsed response #Function to read the response with 1Either an error message or the raw response body          pop3-client-0.1Network.POP3.Client defaultPortwithPOP3 authenticategetNumberOfMessagesgetMailboxBytes getUniqueIDgetSize getMessagegetFirstNLines getHeaders MessageIDResponsePOP3 Connectionsocketquit sendReceivereceivesanitize firstToken secondToken extractTokentoInt singleLine multiLine