Author Topic: Stable - no messages  (Read 16932 times)

Offline stevejones

  • Newbie
  • *
  • Posts: 2
Bump?
« Reply #15 on: January 25, 2009, 06:27:47 PM »
bump maybe

Offline grokwik

  • Jr. Member
  • **
  • Posts: 14
Stable - no messages
« Reply #16 on: January 30, 2009, 10:28:34 AM »
I have exactly the same problem. This subject is then a clone of mine (or the opposite, I let you judge ;-) ) which is called "no body, no subject".
FYI, neither apache nor RC logs are showing something wrong.

Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
Stable - no messages
« Reply #17 on: January 30, 2009, 11:17:37 AM »
Please, uncoment console() calls in lib/imap.inc and check logs/console file. There should be a debug info from IMAP conversation which will help as to understand the problem.

Offline grokwik

  • Jr. Member
  • **
  • Posts: 14
Here is what it tells
« Reply #18 on: January 30, 2009, 11:31:43 AM »
Quote

[30-Jan-2009 17:29:12 +0100]: S: * OK [CAPABILITY IMAP4REV1 X-NETSCAPE LOGIN-REFERRALS AUTH=LOGIN] IMAP4rev1 Free
[30-Jan-2009 17:29:12 +0100]: C: cp01 CAPABILITY
[30-Jan-2009 17:29:12 +0100]: S: * CAPABILITY IMAP4REV1 X-NETSCAPE NAMESPACE MAILBOX-REFERRALS SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS AUTH=LOGIN
[30-Jan-2009 17:29:12 +0100]: S: cp01 OK Completed
[30-Jan-2009 17:29:12 +0100]: C: a001 LOGIN "grokwik" "XXXXXX"
[30-Jan-2009 17:29:12 +0100]: S: a001 OK [CAPABILITY IMAP4rev1 ACL BINARY CATENATE CHILDREN CONDSTORE ENABLE ESEARCH ID IDLE LIST-EXTENDED LITERAL+ LOGIN-REFERRALS MULTIAPPEND NAMESPACE QRESYNC QUOTA RIGHTS=ektx SASL-IR SEARCHRES UIDPLUS UNSELECT WITHIN] LOGIN completed
[30-Jan-2009 17:29:12 +0100]: C: ns1 NAMESPACE
[30-Jan-2009 17:29:12 +0100]: S: * NAMESPACE (("" "/")) (("/home/" "/")) NIL
[30-Jan-2009 17:29:12 +0100]: S: ns1 OK NAMESPACE completed


Now it blocks after loging in (the UI remains on the user/pwd page)

Offline grokwik

  • Jr. Member
  • **
  • Posts: 14
Here's a more complete console dump
« Reply #19 on: February 04, 2009, 06:07:42 AM »
(Sorry for the delay)
I cropped the end of the file, it just repeats the last block every minute (I guess it's the refresh).

Offline alec

  • Hero Member
  • *****
  • Posts: 1,363
Stable - no messages
« Reply #20 on: February 09, 2009, 03:22:19 AM »
Quote from: grokwik;16833
(Sorry for the delay)
I cropped the end of the file, it just repeats the last block every minute (I guess it's the refresh).


The FLAGS are returned after message headers in FETCH response. It may be the problem. Can you provide a test account for me (with remote access)? Write to [alec at alec.pl].

Offline The BLION Corp.

  • Newbie
  • *
  • Posts: 5
Buggy IMAP servers are evil...
« Reply #21 on: February 10, 2009, 04:44:04 AM »
Code: [Select]
[30-Jan-2009 20:10:48 +0100]: S: * CAPABILITY IMAP4REV1 X-NETSCAPE NAMESPACE MAILBOX-REFERRALS SCAN [b]SORT[/b] THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS AUTH=LOGIN
[30-Jan-2009 20:10:48 +0100]: S: cp01 OK Completed
[30-Jan-2009 20:10:48 +0100]: C: a001 LOGIN "grokwik" "XXXXXX"
[30-Jan-2009 20:10:48 +0100]: S: a001 OK [CAPABILITY IMAP4rev1 ACL BINARY CATENATE CHILDREN CONDSTORE ENABLE ESEARCH ID IDLE LIST-EXTENDED LITERAL+ LOGIN-REFERRALS MULTIAPPEND NAMESPACE QRESYNC QUOTA RIGHTS=ektx SASL-IR SEARCHRES UIDPLUS UNSELECT WITHIN] LOGIN completed
[...]
[30-Jan-2009 20:10:48 +0100]: C: [b]s SORT[/b] (DATE) US-ASCII ALL
[30-Jan-2009 20:10:48 +0100]: S: [b]s BAD parse error: command not implemented[/b]

The SORT command is not implemented but advertised by the IMAP proxy, whereas the real IMAP server can not use it!
« Last Edit: February 10, 2009, 04:46:16 AM by The BLION Corp. »

Offline The BLION Corp.

  • Newbie
  • *
  • Posts: 5
Stable - no messages
« Reply #22 on: February 10, 2009, 05:43:39 AM »
I modified program/lib/imap.inc to disable SORT capability:

Code: [Select]
function iil_C_GetCapability(&$conn, $name)
{
        if($name == "SORT") return false;
[...]


When I use /installer/ php scripts, I have:

Quote
Connecting to imap.free.fr...
IMAP connect:  OK(SORT capability: no)


So, right now, SORT capability should be disabled.

But I'm still unable to get any email list :(
I will try to figure out what's happening...

Please find attached my console logs from imap.inc...

Offline grokwik

  • Jr. Member
  • **
  • Posts: 14
:(
« Reply #23 on: February 11, 2009, 05:02:15 AM »
The "SORT" thing doesn't change the bug for me neither.

With Alec we found new things : I have several mail addresses in the same provider (free.fr) and only one is bugging (sadly it's the main one)...

Offline The BLION Corp.

  • Newbie
  • *
  • Posts: 5
Stable - no messages
« Reply #24 on: February 18, 2009, 03:49:44 AM »
Any news about that ?

Offline grokwik

  • Jr. Member
  • **
  • Posts: 14
Not a lot
« Reply #25 on: February 18, 2009, 04:37:39 AM »
Alec handled this problem using my parameters and found out that it wasn't working only for one address, and so considered that the problem was coming from the imap (eg my provider). So I'm stuck to the former RC version (that works perfectly with all my imaps and addresses)...

Offline grokwik

  • Jr. Member
  • **
  • Posts: 14
Stable - no messages
« Reply #26 on: March 20, 2009, 12:10:12 PM »
Is that issue fixed in the new version (version 0.2.1) ?
I don't even know why this thread is in resolved issues... As far as I know, it has never been resolved :D

Offline julz

  • Newbie
  • *
  • Posts: 2
Stable - no messages
« Reply #27 on: March 21, 2009, 04:26:56 PM »
I just did a check out of devel-api today and got this 'no messages' problem.

sorry.. comments removed..

I thought it was something to do with BODYSTRUCTURE in imap.inc

I need to test further - as now it's suddenly working with or without that change..
« Last Edit: March 21, 2009, 04:53:26 PM by julz »

Offline grokwik

  • Jr. Member
  • **
  • Posts: 14
Ok
« Reply #28 on: March 23, 2009, 11:58:48 AM »
I'll try investigating a lil' bit on imap.inc...

Offline grokwik

  • Jr. Member
  • **
  • Posts: 14
Whoops...
« Reply #29 on: March 24, 2009, 05:12:34 AM »
I tried a brand new install of the last release. Everything is ok except the imap connection, it tells :
Quote

Warning: fsockopen() [function.fsockopen]: unable to connect to imap.free.fr:143 (Connection timed out) in /blahblah/public_html/newRC/program/lib/imap.inc on line 611
IMAP connect:  NOT OK(Could not connect to imap.free.fr at port 143: Connection timed out)


In fact, my provider's webmail was using roundcube and they switched to Zimbra. Maybe RC doesn't handle all the options needed ?
I keep the "virgin" install as it is if somene from RC wants to test...