Summary | Problem with "free.fr" french provider |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | ecmu (at) free (dot) fr |
Created | 08/23/2015 (3642 days ago) |
Due | |
Updated | 02/23/2018 (2727 days ago) |
Assigned | |
Resolved | 09/02/2015 (3632 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
But you don't want to look into it !
command, while standard and Imap_Client is expecting "ESEARCH" in the
response.
But you don't want to look into it !
State ⇒ Not A Bug
Priority ⇒ 1. Low
Please use the mailing lists to ask for support.
http://www.horde.org/mail/ contains a list of all available mailing lists.
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Problem with "free.fr" french provider
Type ⇒ Bug
State ⇒ Unconfirmed
In the log :
Sun, 02 Aug 2015 10:41:11 +0000
Connection to: imap://imap.free.fr:993/
Slow Command: 7.554 seconds
Server connection took 7.5538 seconds.
S: * OK IMAP4 ready
C: 1 CAPABILITY
S: * CAPABILITY IMAP4REV1 X-NETSCAPE LOGIN-REFERRALS AUTH=PLAIN
S: 1 OK completed
Command 1 took 0.1207 seconds.
C: 2 [INITIAL CLIENT RESPONSE (username: xxx)]
S: 2 OK [CAPABILITY IMAP4rev1 ACL BINARY CATENATE CHILDREN CONDSTORE
ENABLE ESEARCH ESORT I18NLEVEL=1 ID IDLE LIST-EXTENDED LIST-STATUS
LITERAL+ LOGIN-REFERRALS MULTIAPPEND NAMESPACE QRESYNC QUOTA
RIGHTS=ektx SASL-IR SEARCHRES SORT THREAD=ORDEREDSUBJECT UIDPLUS
UNSELECT WITHIN XLIST] LOGIN completed
Command 2 took 0.4005 seconds.
C: 3 EXAMINE INBOX
S: * 50 EXISTS
S: * 0 RECENT
S: * OK [UNSEEN 1] mailbox contains unseen messages
S: * OK [UIDVALIDITY 1] UIDs are valid for this mailbox
S: * OK [UIDNEXT 129074] next expected UID is 129074
S: * FLAGS (\Answered \Deleted \Draft \Flagged \Seen $Forwarded
$MDNSent Forwarded $Junk $NotJunk Junk JunkRecorded NonJunk NotJunk)
S: * OK [PERMANENTFLAGS ()] junk-related flags are not permanent
S: * OK [HIGHESTMODSEQ 524995] modseq tracked on this mailbox
S: 3 OK [READ-ONLY] EXAMINE completed
Command 3 took 0.1188 seconds.
C: 4 UID SORT RETURN (ALL COUNT) (DATE) US-ASCII ALL
S: * ESORT (TAG "4") UID COUNT 50 ALL 129023:129046,129048:129073
S: 4 OK UID SORT completed
Command 4 took 0.051 seconds.
C: 5 LOGOUT
S: * BYE zimbra59-e10.priv.proxad.net Zimbra IMAP4rev1 server closing
connection
S: 5 OK LOGOUT completed
Command 5 took 0.1092 seconds.
I see the correct count of 50 messages in INBOX, but no log to
retrieve messages details and therefore no message is shown...
Thanks for helping.