Hello
I made a set of pop3 functions, based on the pop3 RFC and the wonderfull abilities of the 3.1.1.110 au3 beta version.
You will find in the zip file a sample script, and of course the library.
The functions are :
_pop3Connect (server, login, passwd [, port])
_Pop3Dele(msg_number)
_Pop3List([msg_number])
_Pop3Noop()
_Pop3Quit()
_Pop3Retr(msg_number)
_Pop3Rset()
_Pop3Stat()
_Pop3Top(msg_number, lines)
_Pop3Uidl([msg_number])
I'm sure you bot coders will love it
Have fun !
A