Closed
Bug 218732
Opened 21 years ago
Closed 21 years ago
Return receipts contain invalid headers for offline IMAP messages
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: toby.milne, Assigned: Bienvenu)
Details
Attachments
(1 file)
1.11 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.5b) Gecko/20030827
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.5b) Gecko/20030827
It looks like Mozilla Mail adds some internal data to messages stored locally
for an offline IMAP server, and this data is included in return receipts.
Online only messages do not have this data.
Reproducible: Always
Steps to Reproduce:
1. Setup an IMAP account
2. Mark a folder (or the inbox) as an offline folder
3. Send a message with read receipts on, to the mailbox
4. Examine the message source in Mozilla (Ctrl U), or examine the receipt
Actual Results:
The returned receipt quotes the original message headers in MIME part 3 of the
message, and includes the following data.
--
From - Tue Sep 09 12:36:09 2003
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
--
The first line is missing a colon (:) seperator
Expected Results:
Messages in folders not marked offline do not have this extra data, so I suppose
the data should not be present, or should be rfc compliant.
Client is a Win 2003 Server
Server is a Linux Box running Courier IMAP
Assignee | ||
Comment 1•21 years ago
|
||
the x-mozilla-status headers are used internally,just like they are for local
mail folders. The From header is the same as for local mail folders with the
berkeley mailbox format. It's the message delimiter. As you say, the bug is that
this gets out in the return receipt. In my test, the x-mozilla-status headers
are actually filtered out (there's code to do that; not sure why it didn't do it
in your case), but the "From " delimiter is not filtered.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•21 years ago
|
||
filter out "From " header
Reporter | ||
Comment 3•21 years ago
|
||
Correction: I'm only seeing the from line in receipts , the Mozilla Status flags
appear in the view source window (Ctrl U). Sorry for the confusion.
Assignee | ||
Comment 4•21 years ago
|
||
fix checked into 1.6
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•