+ Reply to Thread
Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 33

Thread: Stable - no messages

  1. #21
    alec is offline Registered User
    Join Date
    Oct 2008
    Posts
    332
    Downloads
    1
    Uploads
    0

    Default

    Quote Originally Posted by grokwik View Post
    (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].

  2. #22
    The BLION Corp. is offline Registered User
    Join Date
    Nov 2007
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default Buggy IMAP servers are evil...

    Code:
    [30-Jan-2009 20:10:48 +0100]: S: * CAPABILITY IMAP4REV1 X-NETSCAPE NAMESPACE MAILBOX-REFERRALS SCAN SORT 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: s SORT (DATE) US-ASCII ALL
    [30-Jan-2009 20:10:48 +0100]: S: s BAD parse error: command not implemented
    The SORT command is not implemented but advertised by the IMAP proxy, whereas the real IMAP server can not use it!
    Last edited by The BLION Corp.; 02-10-2009 at 09:46 AM.

  3. #23
    The BLION Corp. is offline Registered User
    Join Date
    Nov 2007
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default

    I modified program/lib/imap.inc to disable SORT capability:

    Code:
    function iil_C_GetCapability(&$conn, $name)
    {
            if($name == "SORT") return false;
    [...]
    When I use /installer/ php scripts, I have:

    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...
    Attached Files

  4. #24
    grokwik is offline Registered User
    Join Date
    Dec 2007
    Posts
    14
    Downloads
    0
    Uploads
    0

    Default :(

    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)...

  5. #25
    The BLION Corp. is offline Registered User
    Join Date
    Nov 2007
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default

    Any news about that ?

  6. #26
    grokwik is offline Registered User
    Join Date
    Dec 2007
    Posts
    14
    Downloads
    0
    Uploads
    0

    Default Not a lot

    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)...

  7. #27
    grokwik is offline Registered User
    Join Date
    Dec 2007
    Posts
    14
    Downloads
    0
    Uploads
    0

    Default

    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

  8. #28
    julz is offline Registered User
    Join Date
    Mar 2009
    Location
    Sydney, Australia
    Posts
    2
    Downloads
    1
    Uploads
    0

    Default

    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 edited by julz; 03-21-2009 at 08:53 PM. Reason: more testing required

  9. #29
    grokwik is offline Registered User
    Join Date
    Dec 2007
    Posts
    14
    Downloads
    0
    Uploads
    0

    Default Ok

    I'll try investigating a lil' bit on imap.inc...

  10. #30
    grokwik is offline Registered User
    Join Date
    Dec 2007
    Posts
    14
    Downloads
    0
    Uploads
    0

    Default Whoops...

    I tried a brand new install of the last release. Everything is ok except the imap connection, it tells :
    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...

+ Reply to Thread
Page 3 of 4 FirstFirst 1 2 3 4 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts