boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

posting using e-mail
Goto page Previous  1, 2
 
Post new topic   Reply to topic    boardom Forum Index -> How to ?
View previous topic :: View next topic  
Author Message
KvdnBerg



Joined: 05 Feb 2003
Posts: 4

PostPosted: Wed Feb 05, 2003 4:16 pm    Post subject: Reply with quote

If you get that error you need to edit class.POP3.php
find the line with the premature error in it (around line 110) and edit:
if($this->RFC1939) {

to:

if(!$this->RFC1939) {

Worked for me.

Another thing, when setting up a cron job I found it only works when you include username and password in the url, so b2mail.php?log=<login>&pwd=<password>
Back to top
View user's profile Send private message
wjc



Joined: 18 Oct 2002
Posts: 9
Location: twin cities, mn, usa

PostPosted: Wed Feb 05, 2003 10:38 pm    Post subject: email working, but big time problem Reply with quote

i can successfully post to b2 via email, but the time is wayyyy off.

i posted a test message today, Feb 05, 2002 @ 3:17 pm, and it showed up in b2 as 2002/12/05 @ 05:07:03.

am i missing a setting somewhere? blog entries work fine. i've tested from 2 different mail clients, the server time is good, etc.
Back to top
View user's profile Send private message Visit poster's website
macshack



Joined: 17 Jul 2002
Posts: 1204
Location: Phoenix, Az

PostPosted: Thu Feb 06, 2003 1:30 am    Post subject: Reply with quote

Hi my guess without having the mail headers , is the time is GMT in the mail and b2 doesn't take that into account. I just takes the time and add the b2 time difference and in most cases that is going to be zero.

If you look in b2mail.php for where the $time_difference * 3600 is applied, then you could hack this to be a little more sane if calcultating the time of the post.
_________________
Kind Regards,
Michael e
Back to top
View user's profile Send private message Send e-mail
beachgerl



Joined: 14 Apr 2003
Posts: 37
Location: San Diego

PostPosted: Mon Feb 16, 2004 4:00 am    Post subject: b2mail.php plm Reply with quote

I read most of b2mail topics via search, and it seemed that none of the topics were able to help with my plm. I'm currently using 0.6.2.2 version. The error said:

Code:

Ooops POP3: premature NOOP OK, NOT an RFC 1939 Compliant server


In class.POP3.php file it looked like this:
Code:

108         $this->RFC1939 = $this->noop();
109         if(!$this->RFC1939) {
110             $this->ERROR = _("POP3: premature NOOP OK, NOT an RFC 1939 Compliant server");


On line 109 there's already a '!' before $this->...

What could be wrong with this? I rechecked pop3 settings, they're fine. TIA!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> How to ? All times are GMT + 1 Hour
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group