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)

PowerPC
macOS
defect
Not set
normal

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)

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.
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?
Mail.app does not think that any of these are junk.
*** Bug 201680 has been marked as a duplicate of this bug. ***
Simon, can we get a protocol log from Mozilla? thx. http://www.mozilla.org/quality/mailnews/mail-troubleshoot.html#imap
Attached patch proposed fixSplinter Review
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.
taking
Assignee: sspitzer → bienvenu
*** Bug 206669 has been marked as a duplicate of this bug. ***
Shouldn't this code be looking for whole words in keywords, not just doing substring matches?
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.
Attachment #123985 - Flags: superreview?(sspitzer)
Attachment #123985 - Flags: review+
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+
Status: NEW → ASSIGNED
Whiteboard: [a=sspitzer, since this affects migration from Mail.app)
Target Milestone: --- → mozilla1.4final
bug 206786 spun off for remaining tokenizing issue.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: