Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 622 → Rev 3473

/trunk/jrest/lib/Mail_mimeDecode.php
165,7 → 165,7
* @param string The input to decode
* @access public
*/
function Mail_mimeDecode($input)
function __construct($input)
{
list($header, $body) = $this->_splitBodyHeader($input);