Testing Postie with WordPress 2.1

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…

Share this Post:
Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

One Response to “Testing Postie with WordPress 2.1”

Leave a Reply:

Name (required):
Mail (will not be published) (required):
Website:
Comment (required):
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>