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…
If you are new here, you may want to subscribe to my RSS feed. Thank you for visiting and I am looking forward to hearing your comments!
Want to ask me a personal question? Contact me at boris@bomega.com
Subscribe to my Feed!
Post that are (could be!) related to this post:
using my new Blackberry to blog
...
WordPress Tiger Administration
...
Free WordPress Plugin: “100 SEO tips”
...


