Hi
If you receive the following error messages, follow the procedures below.
For this error, open wp-includes/class-pop3.php and change this line:
to this:
Note the exclamation point.
Error Message: There does not seem to be any new mail
This error is a bit of a misnomer - the test just checks to see if anything was retrieved.
Troubleshooting
Ooops POP3: premature NOOP OK, NOT an RFC 1939 Compliant server
if($this->RFC1939) {
if(!$this->RFC1939) {
wp-mail.php
and search for:


