Closed
Bug 178347
Opened 22 years ago
Closed 22 years ago
brnch: imap only: Requesting Return Receipt being sent to your online 'Sent folder' fails
Categories
(SeaMonkey :: MailNews: Backend, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: grylchan, Assigned: Bienvenu)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
1.89 KB,
patch
|
cavin
:
review+
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
using brnch build:
2002-11-01-12-1.0/ on xp
2002-11-03-05-1.0/ on mac os x 10.1.5
This is a regression from rtm builds (8/23 brnch builds
don't exhibit this behavior).
For either global or custom return receipts, if you set
the pref to return your Return Receipts to your 'sent
folder', it results in the receipt being sent to your inbox
instead of sent folder.
I'm sure it's related to this bug: bug 146935. whatever
caused that bug (trunk only) somehow got added to branch?
steps to reproduce:
1.From global or custom: Set up return receipts to request a
return receipt for a mesg you send
and when a receipt arrives: 'move it to my sent folder'
2.Make sure in Copies&Folders your sent folder is under your online
imap account and not local folders (bug 135987 )
3.Send yourself a mesg or to someone with MDN on
4.Get that mesg and send back the return receipt
result: return receipt mesg is in inbox
expected: return receipt mesg to be in sent folder
Keywords: regression
Whiteboard: adt1.02
Comment 2•22 years ago
|
||
Adding adt1.0.2 keyword. (removing from status whiteboard)
Keywords: adt1.0.2
Whiteboard: adt1.02
Comment 3•22 years ago
|
||
Discussed in bBird team meeting. Even though a regression, we don't see this as
a stop ship.
Narrowed down the builds.
This is broken in 9/25 branch builds.
9/24 builds work fine.
Commercial builds:
For windows:
2002-09-24-08-1.0/ 9/24/2002 10:07:00 AM worked
2002-09-25-08-1.0/ 9/25/2002 10:09:00 AM doesnt work
for OS X
2002-09-24-05-1.0/ 9/24/2002 9:47:00 AM worked
2002-09-25-05-1.0/ 9/25/2002 9:55:00 AM doesnt work
But when i did a query on cvs using the tag
"MOZILLA_1_0_0_BRANCH " it came up empty between those
dates.
Checked commercial branch and it also came up empty.
I don't know what could be causing the problem.
Assignee | ||
Comment 5•22 years ago
|
||
the reason this broke is that we're no longer requesting all imap headers, for
performance reasons. But the real problem is that the filter that the mdn code
sets up for moving return receipts to the sent folder sets the search attrib as
nsMsgSearchAttrib::OtherHeader, which doesn't work - for some reason, you have
to set the attrib to > OtherHeader - I'm not sure why we have to number these
attribs. I don't think 4.x made you do this - you could just set the attrib to
OtherHeader and the str contained the header you were interested in. But at this
point, I think I'll have to fix the filter code to use one of the reserved
attributes for other headers, somehow.
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•22 years ago
|
||
this is how I would fix it, but I'll leave it up to Navin.
Assignee | ||
Comment 7•22 years ago
|
||
Comment on attachment 105278 [details] [diff] [review]
proposed fix
wrong bug, sorry.
Attachment #105278 -
Attachment is obsolete: true
adding dependency to previous trunk only version of this bug:
bug 146935
Depends on: 146935
Assignee | ||
Comment 9•22 years ago
|
||
Assignee | ||
Comment 10•22 years ago
|
||
Cavin, can I get a review? thx.
Comment 11•22 years ago
|
||
Comment on attachment 106010 [details] [diff] [review]
proposed fix
sr=sspitzer
I asked david:
"will it work correctly if I define my own custom headers?"
he says: "yes, this patch is just for mdn filters that it auto-adds. I don't
think those custom header numbers are really used, except in the UI"
Attachment #106010 -
Flags: superreview+
Reporter | ||
Comment 12•22 years ago
|
||
would this fix the trunk verison of this bug, bug 146935?
The trunk was broken much earlier than branch (before
headers were pulled out) so I don't
know if there is another bug in trunk in addition to
the one you are fixing for branch.
just asking. I think the answer is no.
Comment 13•22 years ago
|
||
Comment on attachment 106010 [details] [diff] [review]
proposed fix
r=cavin.
Attachment #106010 -
Flags: review+
Assignee | ||
Comment 14•22 years ago
|
||
fixed on trunk. I think the same fix will work on the branch.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 15•22 years ago
|
||
fix checked into branch as well - I'm sure you're eager to try it out, Gary :-)
Assignee | ||
Comment 16•22 years ago
|
||
by branch, I meant the ishmail branch
Reporter | ||
Comment 17•22 years ago
|
||
was hoping this was going to get checked into 1.0 branch.
But since that's not going to happen.
I verified in the ishmail branch (11/20) build
that this is fixed.
I verified the fix for this in mozilla trunk in bug 146935
already.
marking as verified.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Return Receipts → MailNews: Backend
QA Contact: grylchan → offline
You need to log in
before you can comment on or make changes to this bug.
Description
•