[Dbmail-dev] [DBMail 0000694]: Message corruption moving/copying messages from local folders to DBMail IMAP folders
The following issue has been CLOSED == http://www.dbmail.org/mantis/view.php?id=694 == Reported By:miles Assigned To: == Project:DBMail Issue ID: 694 Category: IMAP daemon Reproducibility:always Severity: major Priority: normal Status: closed target: Resolution: unable to reproduce Fixed in Version: == Date Submitted: 12-May-08 10:11 CEST Last Modified: 30-May-09 15:22 CEST == Summary:Message corruption moving/copying messages from local folders to DBMail IMAP folders Description: When moving/copying messages from local folders to DBMail IMAP folders in Mozilla Thunderbird, the first few messages get copied OK. After those few messages, the messages are not copied correctly, that is, headers are missing, the message body consists of a few characters only, attachments are missing, and the timestamp is set to current date and time, that is, those messages are not copied, I guess, but instead some gibberish is inserted. == -- (0002544) paul (administrator) - 12-May-08 11:23 http://www.dbmail.org/mantis/view.php?id=694#c2544 -- looking at the logfile I see a bunch of stuff that indicates the problem is thunderbirds': [6739]: S: [14 OK IDLE terminated^M ] [6739]: C: [15 append "INBOX/2004" (\Seen) "28-Dec-2004 12:14:48 +0200" {2071}] [6739]: S: [15 OK APPEND completed^M ] [6739]: C: [16 append "INBOX/2004" (\Seen) "28-Dec-2004 12:09:23 +0200" {2048}] [6739]: S: [16 OK APPEND completed^M ] [6739]: C: [17 append "INBOX/2004" (\Seen) "27-Dec-2004 19:10:05 +0200" {81787}] [6739]: S: [17 OK APPEND completed^M ] [6739]: C: [18 append "INBOX/2004" (\Seen) "23-Dec-2004 16:56:02 +0200" {120589}] [6739]: S: [18 OK APPEND completed^M ] [6739]: C: [19 append "INBOX/2004" (\Seen) "08-Dec-2004 13:51:21 +0200" {2891}] [6739]: S: [19 OK APPEND completed^M ] [6739]: C: [20 append "INBOX/2004" (\Seen) "08-Dec-2004 13:47:32 +0200" {0}] [6739]: S: [20 OK APPEND completed^M ] [6739]: C: [21 append "INBOX/2004" (\Seen) "03-Dec-2004 11:17:39 +0200" {0}] [6739]: S: [21 OK APPEND completed^M ] [6739]: C: [22 append "INBOX/2004" (\Seen) "02-Dec-2004 17:19:40 +0200" {0}] [6739]: S: [22 OK APPEND completed^M ] clearly, TB is trying to upload zero-length messages which is very much invalid. So maybe something in dbmail's responses is throwing thunderbird into a state of confusion. please try to produce thunderbird debug logs as well: http://wiki.dovecot.org/Debugging/Thunderbird -- (0002545) paul (administrator) - 12-May-08 17:02 http://www.dbmail.org/mantis/view.php?id=694#c2545 -- Peter, I'm unable to reproduce this problem, though I'm sure it's a valid report (just not convinced it's a dbmail problem). I've tested against dbmail 2.2.10 and 2.3.2 and neither seems to suffer from this. At least: not on thunderbird-2.0.0.14-ubuntu. Issue History Date ModifiedUsername FieldChange == 12-May-08 10:11 miles New Issue 12-May-08 10:11 miles File Added: maillog.bz2 12-May-08 11:23 paul Note Added: 0002544 12-May-08 17:02 paul Note Added: 0002545 12-May-08 17:02 paul Status new => acknowledged 12-May-08 17:02 paul Resolution open => unable to reproduce 30-May-09 15:22 paul Status acknowledged => closed == ___ Dbmail-dev mailing list Dbmail-dev@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev
[Dbmail-dev] [DBMail 0000694]: Message corruption moving/copying messages from local folders to DBMail IMAP folders
The following issue has been ACKNOWLEDGED. == http://www.dbmail.org/mantis/view.php?id=694 == Reported By:miles Assigned To: == Project:DBMail Issue ID: 694 Category: IMAP daemon Reproducibility:always Severity: major Priority: normal Status: acknowledged target: == Date Submitted: 12-May-08 10:11 CEST Last Modified: 12-May-08 17:02 CEST == Summary:Message corruption moving/copying messages from local folders to DBMail IMAP folders Description: When moving/copying messages from local folders to DBMail IMAP folders in Mozilla Thunderbird, the first few messages get copied OK. After those few messages, the messages are not copied correctly, that is, headers are missing, the message body consists of a few characters only, attachments are missing, and the timestamp is set to current date and time, that is, those messages are not copied, I guess, but instead some gibberish is inserted. == -- paul - 12-May-08 11:23 -- looking at the logfile I see a bunch of stuff that indicates the problem is thunderbirds': [6739]: S: [14 OK IDLE terminated^M ] [6739]: C: [15 append "INBOX/2004" (\Seen) "28-Dec-2004 12:14:48 +0200" {2071}] [6739]: S: [15 OK APPEND completed^M ] [6739]: C: [16 append "INBOX/2004" (\Seen) "28-Dec-2004 12:09:23 +0200" {2048}] [6739]: S: [16 OK APPEND completed^M ] [6739]: C: [17 append "INBOX/2004" (\Seen) "27-Dec-2004 19:10:05 +0200" {81787}] [6739]: S: [17 OK APPEND completed^M ] [6739]: C: [18 append "INBOX/2004" (\Seen) "23-Dec-2004 16:56:02 +0200" {120589}] [6739]: S: [18 OK APPEND completed^M ] [6739]: C: [19 append "INBOX/2004" (\Seen) "08-Dec-2004 13:51:21 +0200" {2891}] [6739]: S: [19 OK APPEND completed^M ] [6739]: C: [20 append "INBOX/2004" (\Seen) "08-Dec-2004 13:47:32 +0200" {0}] [6739]: S: [20 OK APPEND completed^M ] [6739]: C: [21 append "INBOX/2004" (\Seen) "03-Dec-2004 11:17:39 +0200" {0}] [6739]: S: [21 OK APPEND completed^M ] [6739]: C: [22 append "INBOX/2004" (\Seen) "02-Dec-2004 17:19:40 +0200" {0}] [6739]: S: [22 OK APPEND completed^M ] clearly, TB is trying to upload zero-length messages which is very much invalid. So maybe something in dbmail's responses is throwing thunderbird into a state of confusion. please try to produce thunderbird debug logs as well: http://wiki.dovecot.org/Debugging/Thunderbird -- paul - 12-May-08 17:02 -- Peter, I'm unable to reproduce this problem, though I'm sure it's a valid report (just not convinced it's a dbmail problem). I've tested against dbmail 2.2.10 and 2.3.2 and neither seems to suffer from this. At least: not on thunderbird-2.0.0.14-ubuntu. Issue History Date Modified Username FieldChange == 12-May-08 10:11 miles New Issue 12-May-08 10:11 miles File Added: maillog.bz2 12-May-08 11:23 paul Note Added: 0002544 12-May-08 17:02 paul Note Added: 0002545 12-May-08 17:02 paul Status new => acknowledged 12-May-08 17:02 paul Resolution open => unable to reproduce == ___ Dbmail-dev mailing list Dbmail-dev@dbmail.org http://twister.fastxs.net/mailman/listinfo/dbmail-dev
[Dbmail-dev] [DBMail 0000694]: Message corruption moving/copying messages from local folders to DBMail IMAP folders
A NOTE has been added to this issue. == http://www.dbmail.org/mantis/view.php?id=694 == Reported By:miles Assigned To: == Project:DBMail Issue ID: 694 Category: IMAP daemon Reproducibility:always Severity: major Priority: normal Status: new target: == Date Submitted: 12-May-08 10:11 CEST Last Modified: 12-May-08 11:23 CEST == Summary:Message corruption moving/copying messages from local folders to DBMail IMAP folders Description: When moving/copying messages from local folders to DBMail IMAP folders in Mozilla Thunderbird, the first few messages get copied OK. After those few messages, the messages are not copied correctly, that is, headers are missing, the message body consists of a few characters only, attachments are missing, and the timestamp is set to current date and time, that is, those messages are not copied, I guess, but instead some gibberish is inserted. == -- paul - 12-May-08 11:23 -- looking at the logfile I see a bunch of stuff that indicates the problem is thunderbirds': [6739]: S: [14 OK IDLE terminated^M ] [6739]: C: [15 append "INBOX/2004" (\Seen) "28-Dec-2004 12:14:48 +0200" {2071}] [6739]: S: [15 OK APPEND completed^M ] [6739]: C: [16 append "INBOX/2004" (\Seen) "28-Dec-2004 12:09:23 +0200" {2048}] [6739]: S: [16 OK APPEND completed^M ] [6739]: C: [17 append "INBOX/2004" (\Seen) "27-Dec-2004 19:10:05 +0200" {81787}] [6739]: S: [17 OK APPEND completed^M ] [6739]: C: [18 append "INBOX/2004" (\Seen) "23-Dec-2004 16:56:02 +0200" {120589}] [6739]: S: [18 OK APPEND completed^M ] [6739]: C: [19 append "INBOX/2004" (\Seen) "08-Dec-2004 13:51:21 +0200" {2891}] [6739]: S: [19 OK APPEND completed^M ] [6739]: C: [20 append "INBOX/2004" (\Seen) "08-Dec-2004 13:47:32 +0200" {0}] [6739]: S: [20 OK APPEND completed^M ] [6739]: C: [21 append "INBOX/2004" (\Seen) "03-Dec-2004 11:17:39 +0200" {0}] [6739]: S: [21 OK APPEND completed^M ] [6739]: C: [22 append "INBOX/2004" (\Seen) "02-Dec-2004 17:19:40 +0200" {0}] [6739]: S: [22 OK APPEND completed^M ] clearly, TB is trying to upload zero-length messages which is very much invalid. So maybe something in dbmail's responses is throwing thunderbird into a state of confusion. please try to produce thunderbird debug logs as well: http://wiki.dovecot.org/Debugging/Thunderbird Issue History Date Modified Username FieldChange == 12-May-08 10:11 miles New Issue 12-May-08 10:11 miles File Added: maillog.bz2 12-May-08 11:23 paul Note Added: 0002544 == ___ Dbmail-dev mailing list Dbmail-dev@dbmail.org http://twister.fastxs.net/mailman/listinfo/dbmail-dev
[Dbmail-dev] [DBMail 0000694]: Message corruption moving/copying messages from local folders to DBMail IMAP folders
The following issue has been SUBMITTED. == http://www.dbmail.org/mantis/view.php?id=694 == Reported By:miles Assigned To: == Project:DBMail Issue ID: 694 Category: IMAP daemon Reproducibility:always Severity: major Priority: normal Status: new target: == Date Submitted: 12-May-08 10:11 CEST Last Modified: 12-May-08 10:11 CEST == Summary:Message corruption moving/copying messages from local folders to DBMail IMAP folders Description: When moving/copying messages from local folders to DBMail IMAP folders in Mozilla Thunderbird, the first few messages get copied OK. After those few messages, the messages are not copied correctly, that is, headers are missing, the message body consists of a few characters only, attachments are missing, and the timestamp is set to current date and time, that is, those messages are not copied, I guess, but instead some gibberish is inserted. == Issue History Date Modified Username FieldChange == 12-May-08 10:11 miles New Issue 12-May-08 10:11 miles File Added: maillog.bz2 == ___ Dbmail-dev mailing list Dbmail-dev@dbmail.org http://twister.fastxs.net/mailman/listinfo/dbmail-dev