Net_POP3::getMsg()

Net_POP3::getMsg() -- Returns the entire message

Synopsis

require_once 'Net/POP3.php';

mixed Net_POP3::getMsg (integer $msg_id)

Description

Returns the entire message with given message number.

Parameter

Return value

mixed - Either entire message or FALSE on error.

Note

This function can not be called statically.