Greetings from Russian developers!! Here many times wrote about problems with reception of letters with pop3 the report.
Problem in that in the distribution kit there are no files.
At the reference to page sources/pop3.php there are errors
Warning: require_once (Mail/mimeDecode.php) [function.require-once]: failed to open stream: No such file or directory in/data/www/trellis/includes/class_mailparse.php on line 30
Fatal error: require_once () [function.require]: Failed opening required ' Mail/mimeDecode.php ' (include_path = '.:/usr/local/share/pear ') in/data/www/trellis/includes/class_mailparse.php on line 30
We open a file class_mailparse.php a line 28-30
function decode ($raw_email)
{
require_once (' Mail/mimeDecode.php ');
Leaves in a folder sources there should be a mail folder there at least one file mimeDecode.php
Where to search for files dear developers
