Useful methods in the POP3 package.
Method | Function |
---|---|
connect | Connect to POP3 server |
dele | Mark a message for deletion |
get_totalMsgs | Return number of messages |
get_totalSize | Returns size of all messages |
list | Provide list of pending email |
login | Provide user ID credentials to POP3 server |
quit | End session and delete marked messages |
retr | Retrieve a specific email |
stat | Retrieve status information |
top | Retrieve beginning of message |