 |
boardom b2 message board
|
View previous topic :: View next topic |
Author |
Message |
KvdnBerg
Joined: 05 Feb 2003 Posts: 4
|
Posted: Wed Feb 05, 2003 4:16 pm Post subject: |
|
|
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 |
|
 |
wjc
Joined: 18 Oct 2002 Posts: 9 Location: twin cities, mn, usa
|
Posted: Wed Feb 05, 2003 10:38 pm Post subject: email working, but big time problem |
|
|
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 |
|
 |
macshack
Joined: 17 Jul 2002 Posts: 1204 Location: Phoenix, Az
|
Posted: Thu Feb 06, 2003 1:30 am Post subject: |
|
|
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 |
|
 |
beachgerl
Joined: 14 Apr 2003 Posts: 37 Location: San Diego
|
Posted: Mon Feb 16, 2004 4:00 am Post subject: b2mail.php plm |
|
|
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 |
|
 |
|
|
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
|