#1485763 closed Bugs (fixed)
no mails in the mail-folder
| Reported by: | jolic | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2.1 |
| Component: | IMAP connection | Version: | 0.2-stable |
| Severity: | normal | Keywords: | |
| Cc: | cfritzius |
Description
Hi!
At first, my RC is running well with WEB.de and GMail.
But with AOL the mail-folder are empty.
Please note my attach picture.
Is it a bug in RC or a conflict with AOL?
Best regards,
jolic
Attachments (2)
Change History (13)
Changed 4 years ago by jolic
Changed 4 years ago by jolic
comment:1 Changed 4 years ago by alec
- Milestone changed from later to 0.2.1
comment:2 Changed 4 years ago by cfritzius
- Cc cfritzius added
I'm having this same problem but with a Zimbra IMAP server. I've just tried the latest svn-trunk (rev 2328) and the problem is still there. Every mail folder shows 1 message that says (no subject). The message count is correct in the folder list.
Any ideas?
Thanks,
*Charlie
comment:3 follow-up: ↓ 4 Changed 4 years ago by alec
You need to debug imap conversation. Uncomment console() calls in lib/imap.inc and then check logs/console for a log.
comment:4 in reply to: ↑ 3 ; follow-up: ↓ 6 Changed 4 years ago by jolic
Replying to alec:
You need to debug imap conversation. Uncomment console() calls in lib/imap.inc and then check logs/console for a log.
Hi Alec,
Thanks for your answer. Please take a look in my console created with AOL (without Passwords ;-):
http://www.jolichter.de/console_mail-folder-empty_imap.de.aol.com.txt
comment:5 Changed 4 years ago by cfritzius
I've uncommented the console() calls. It's generating lots of imap data in the console logs. I didn't see any errors. It looks like a typical imap session...server login and CAPABILITY statements...then we have Folder lists and finally, message headers.
If I look at the mysql tables, the "messages" table contains no data.
Should this be filled under a different bug report?
*Charlie
comment:6 in reply to: ↑ 4 Changed 4 years ago by alec
- Component changed from Core functionality to IMAP connection
http://www.jolichter.de/console_mail-folder-empty_imap.de.aol.com.txt
[05-Mar-2009 18:48:17 +0100]: S: * 25 FETCH (UID 23415561 INTERNALDATE "13-Feb-2009 03:13:29 -0500" RFC822.SIZE 82839 BODY[HEADER.FIELDS ("DATE" "FROM" "TO" "SUBJECT" "REPLY-TO" "IN-REPLY-TO" "CC" "BCC" "CONTENT-TRANSFER-ENCODING" "CONTENT-TYPE" "MESSAGE-ID" "REFERENCES" "DISPOSITION-NOTIFICATION-TO" "X-PRIORITY")] {472}
[05-Mar-2009 18:48:17 +0100]: S: Message-ID: <20090213074645-1.3.3qu.40u7t.0.9bnpi4n8o0@xxx.de>
[05-Mar-2009 18:48:17 +0100]: S: Date: Fri, 13 Feb 2009 08:12:49 GMT
[05-Mar-2009 18:48:17 +0100]: S: From: =?utf-8?Q?=C3=9Cberraschungs-Koffer_Conrad?= <news@ssss.de>
[05-Mar-2009 18:48:17 +0100]: S: Reply-To: Conrad Electronic <news@sss.de>
[05-Mar-2009 18:48:17 +0100]: S: To: <xxxx@aol.com>
[05-Mar-2009 18:48:17 +0100]: S: Subject: =?ISO-8859-1?Q?Gro=DFer_Alu-=DCberraschungs-Koffer_f=FCr_B=E4_Rohr!_>>_Aber_schon_fast_AUSVERKAUFT!?= <<
[05-Mar-2009 18:48:17 +0100]: S: Content-Type: multipart/alternative;
[05-Mar-2009 18:48:17 +0100]: S: boundary="-==CONRADOUTER164240059B290012F6=="
[05-Mar-2009 18:48:17 +0100]: S:
[05-Mar-2009 18:48:17 +0100]: S: FLAGS (XAOL-GOODCHECK-DONE))
Thx, the problem is with FLAGS reply at the end of request. All servers that I know returns FLAGS before headers. I'll try to fix it.
comment:7 Changed 4 years ago by jolic
Thx too!
comment:8 Changed 4 years ago by cfritzius
According to the our console logs we have the same thing...FLAGS reply at the end of request. It'll be great if you can fix it!
Thanks,
*Charlie
comment:9 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Fixed in [55c2a4e2].
comment:10 Changed 4 years ago by jolic
Excellent! Good Job!
comment:11 Changed 4 years ago by cfritzius
This is fixed for me too! Thanks!
*Charlie

Try with svn-trunk version.