Closed
Bug 192596
Opened 23 years ago
Closed 22 years ago
IMAP Mail gets marked as junk when also reading with Mail.app
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.4final
People
(Reporter: sfraser_bugs, Assigned: Bienvenu)
References
Details
(Whiteboard: [a=sspitzer, since this affects migration from Mail.app))
Attachments
(1 file)
|
1.05 KB,
patch
|
sfraser_bugs
:
review+
sspitzer
:
superreview+
sspitzer
:
approval1.4+
|
Details | Diff | Splinter Review |
I'm seeing large numbers of mail (like bugmail) get marked as junk in recent
trunk builds. This seems to happen for messagse that I've first seen (and maybe
read) at home, where I use Mail.app on OS X.
Comment 1•22 years ago
|
||
we use the same imap key word that mail.app uses.
so if mail.app things the message was junk, I think it would set the keyword,
and then in mozilla, we'd see it as junk too.
or did mail.app not think it was junk?
| Reporter | ||
Comment 2•22 years ago
|
||
Mail.app does not think that any of these are junk.
Comment 3•22 years ago
|
||
*** Bug 201680 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 4•22 years ago
|
||
Simon, can we get a protocol log from Mozilla? thx.
http://www.mozilla.org/quality/mailnews/mail-troubleshoot.html#imap
| Assignee | ||
Comment 5•22 years ago
|
||
With Simon's help, I determined that Mac Mail is using the NotJunk keyword,
which we were parsing as "Junk" because the keyword code wasn't parsing the
keywords into individual keywords. The attached fix checks for NotJunk
explicitly, which has the advantage of not recategorizing mail that Mac Mail
has already categorized.
Comment 7•22 years ago
|
||
*** Bug 206669 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 8•22 years ago
|
||
Shouldn't this code be looking for whole words in keywords, not just doing
substring matches?
| Assignee | ||
Comment 9•22 years ago
|
||
yes, I added a ### TODO comment to that effect in the code - but that's too
risky for 1.4 final. The patch fixes the only known problem and is low risk.
| Reporter | ||
Updated•22 years ago
|
Attachment #123985 -
Flags: superreview?(sspitzer)
Attachment #123985 -
Flags: review+
Comment 10•22 years ago
|
||
Comment on attachment 123985 [details] [diff] [review]
proposed fix
sr/a=sspitzer for 1.4 final.
thanks to sfraser and hangas for not letting us forget about this, and for
bienvenu for the fix.
Attachment #123985 -
Flags: superreview?(sspitzer)
Attachment #123985 -
Flags: superreview+
Attachment #123985 -
Flags: approval1.4+
Updated•22 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [a=sspitzer, since this affects migration from Mail.app)
Target Milestone: --- → mozilla1.4final
| Assignee | ||
Comment 11•22 years ago
|
||
bug 206786 spun off for remaining tokenizing issue.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•