Closed
Bug 134049
Opened 24 years ago
Closed 23 years ago
problem with return receipts on IMAP if you have custom headers
Categories
(MailNews Core :: Backend, defect, P2)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
mozilla1.4alpha
People
(Reporter: sspitzer, Assigned: cavin)
References
(Blocks 1 open bug)
Details
(Whiteboard: [adt3 rtm],custrtm-)
problem with return receipts on IMAP if you have custom headers
if you define a custom header, and use IMAP, return receipts don't work when
you receive them.
it appear like we aren't getting the Content-Type / MDN header from the imap
server in this scenario.
working on this now...
| Reporter | ||
Comment 1•24 years ago
|
||
this only happens to you if you define a custom header (or headers).
by default, there aren't any.
my gut tells me this is relating to how we abuse ::OtherHeader
would be good to fix this for nsbeta1, but I'll leave that to putterman / ADT
to decide before I start hacking on it.
Status: NEW → ASSIGNED
Keywords: nsbeta1
Comment 2•24 years ago
|
||
Is this if you have any custom header or if the message that's received has that
custom header in it as well as the return receipt request?
| Reporter | ||
Comment 3•24 years ago
|
||
this is if you have any custom headers. the user can define those via the UI
(from the filters / search UI).
you could also have them from migrating from 4.x (if you set up custom headers
in 4.x)
from mailnews.js:
//default null headers
//example "X-Warn: XReply", list of hdrs separated by ": "
pref("mailnews.customHeaders", "");
| Reporter | ||
Comment 4•24 years ago
|
||
giving to jeff for now.
Assignee: sspitzer → jt95070
Status: ASSIGNED → NEW
Comment 6•24 years ago
|
||
I'd be interested in a fix for this one.
Updated•24 years ago
|
Whiteboard: [adt3 rtm]
Updated•23 years ago
|
Whiteboard: [adt3 rtm],custrtm → [adt3 rtm],custrtm-
| Assignee | ||
Comment 9•23 years ago
|
||
I can't reproduce this bug using 20030205 build.
I defined two custom headers ("X-Test-Hdr" and "Notification") and two filter
rules in Message Filter dialog and then sent a msg with return receipt request
turned on. Received and read the msg and I was prompted for sending a return
receipt back to the sender. Seems like this is the right behavior. Maybe I'm
missing some step(s) and/or setup here.
Comment 10•23 years ago
|
||
I think I fixed this - I'll look for MDN bugs that I've fixed - shouldn't be too
many :-)
| Assignee | ||
Comment 11•23 years ago
|
||
Thanks David. In that case we should just mark it FIXED.
| Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.4alpha
| Assignee | ||
Comment 12•23 years ago
|
||
Marking WORKSFORME. Please reopen it if problem resurfaces.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 13•22 years ago
|
||
Branch build 2003-06-01: WinXP
Verified Worksforme.
Status: RESOLVED → VERIFIED
QA Contact: gchan → nbaca
Comment 14•21 years ago
|
||
Return receipts don't work for me with IMAP (Mozilla Thunderbird 0.7
(X11/20040625) on FreeBSD), even without custom headers.
With Pop3, everything is fine.
Sending an email to myself with a Return-Receipt (Disposition-Notification-To:
Header is generated) nothing happens when displaying the message.
Sending the same message to a pop3 account, everything works as it should.
Imap server is courier-imapd
I'm not sure if this is the right bug, but I Think this is probably the same
problem.
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•