Since I upgraded wordpress to version 2.1 the Postie plug-in ceased to work. Fortunately i just found a fix here.
Also, if you happen to get this error when running Postie:
The server said – POP3: premature NOOP OK, NOT an RFC 1939 Compliant server.
Do this:
edit wp-includes/class-pop3.php, and change this line:
if($this->RFC1939) {
to this:
if(!$this->RFC1939) {
(add exclamation point).
Hope that helps…

One Response to “Testing Postie with WordPress 2.1”
JpA4vItKrW5Wg