![]() |
|
|
|||||||
For more information about the ads and why they're here, please see the FAQ
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#21
|
|||
|
|||
|
|
|
#22
|
|||
|
|||
|
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 Last edited by The BLION Corp.; 02-10-2009 at 09:46 AM. |
|
#23
|
|||
|
|||
|
I modified program/lib/imap.inc to disable SORT capability:
Code:
function iil_C_GetCapability(&$conn, $name)
{
if($name == "SORT") return false;
[...]
Quote:
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... |
|
#24
|
|||
|
|||
|
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)... |
|
#25
|
|||
|
|||
|
Any news about that ?
|
|
#26
|
|||
|
|||
|
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)...
|
|
#27
|
|||
|
|||
|
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
|
|
#28
|
|||
|
|||
|
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 |
|
#29
|
|||
|
|||
|
I'll try investigating a lil' bit on imap.inc...
|
|
#30
|
|||
|
|||
|
I tried a brand new install of the last release. Everything is ok except the imap connection, it tells :
Quote:
I keep the "virgin" install as it is if somene from RC wants to test... |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|