Promise kept!

I had asked Daisy over at Bgirls to help me with the email to blog problem. I had promised Pangasinan Star that we would enable this feature, although Francis has great reservations about opening this to the public.

Daisy was able to make it work! Here is what she did:

You supposed to get this error Ooops POP3: premature NOOP OK, NOT an RFC1939

To fix, edit wp-includes/class-pop3.php, and change this line:

if($this->RFC1939) {

to this:

if(!$this->RFC1939) {

(add exclamation point)

 

Thanks Daisy!~