pop3_get_message is available since version 1.0.
Prototype:
string pop3_get_message(number pop3_handle, number message_index)
Description:
Gets a message from a POP3 server.
Return value:
Returns a string containing the message, or an empty string. Check with
pop3_error if any error was encountered.