This module allows you to download and delete email from a pop3 server.
13.6.1 Dependancies
libspopc - http://brouits.free.fr/libspopc/index.html
13.6.2 Function list
Get a portion of the header from a message, the ’From’, To, subject,CC, date or size.
popget(lv_msg,which_info)
Returns the last error message from the POP3 server
poperr()
popbegin(p_server,p_user,p_password)
begins a session, connecting to the server with the specified username and password
popnum()
popbytes()
popmsgsize(lv_msg)
popmsguid(lv_msg)
popgetmsg(lv_msg)
popgethead(lv_msg)
popcancel()
popend()
popdelmsg(lv_msg)