Troubleshooting
If you receive the following error messages, follow the procedures below.
Error Message:Ooops POP3: premature NOOP OK, NOT an RFC 1939 Compliant server
For this error, open wp-includes/class-pop3.php and change this line:
if($this->RFC1939) { to this:
if(!$this->RFC1939) { 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.
If you're feeling adventuresome, openwp-mail.phpand search for:
No comments:
Post a Comment