Ticket #1485763 (closed Bugs: fixed)

Opened 18 months ago

Last modified 18 months ago

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

aol-empty.jpg (45.1 KB) - added by jolic 18 months ago.
aol-empty.2.jpg (45.1 KB) - added by jolic 18 months ago.

Change History

Changed 18 months ago by jolic

Changed 18 months ago by jolic

  Changed 18 months ago by alec

  • milestone changed from later to 0.2.1

Try with svn-trunk version.

  Changed 18 months 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

follow-up: ↓ 4   Changed 18 months ago by alec

You need to debug imap conversation. Uncomment console() calls in lib/imap.inc and then check logs/console for a log.

in reply to: ↑ 3 ; follow-up: ↓ 6   Changed 18 months 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

  Changed 18 months 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

in reply to: ↑ 4   Changed 18 months 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.

  Changed 18 months ago by jolic

Thx too!

  Changed 18 months 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

  Changed 18 months ago by alec

  • status changed from new to closed
  • resolution set to fixed

Fixed in r2331.

  Changed 18 months ago by jolic

Excellent! Good Job!

  Changed 18 months ago by cfritzius

This is fixed for me too! Thanks! *Charlie

Note: See TracTickets for help on using tickets.