Closed
Bug 715922
Opened 12 years ago
Closed 12 years ago
pop3 move mail filters with quarantining turned off or download size limit get the resulting message size too big by two bytes
Categories
(MailNews Core :: Backend, defect)
Tracking
(thunderbird12 fixed, thunderbird13 fixed)
RESOLVED
FIXED
Thunderbird 12.0
People
(Reporter: Bienvenu, Assigned: Bienvenu)
References
Details
Attachments
(2 files, 1 obsolete file)
4.06 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
2.68 KB,
patch
|
standard8
:
review+
standard8
:
approval-comm-beta+
standard8
:
approval-comm-release+
|
Details | Diff | Splinter Review |
If message quarantining is turned off (not the default), pop3 incoming move mail filters get the message size wrong by two bytes too many in the resulting msg hdr. This is relatively harmless, but obviously should be fixed. I suspect this is a flush issue.
Assignee | ||
Comment 1•12 years ago
|
||
I'll try to see if I can come up with a unit test for this.
Assignee | ||
Comment 2•12 years ago
|
||
This makes sure we flush full messages, and extends the pop3FilterMove test to test that the message is right. In debug builds, we assert, w/o the core change, and I believe in release mode it'll fail as well.
Attachment #587720 -
Attachment is obsolete: true
Attachment #588559 -
Flags: review?(mbanner)
Updated•12 years ago
|
Attachment #588559 -
Flags: review?(mbanner) → review+
Assignee | ||
Comment 3•12 years ago
|
||
fix checked in - http://hg.mozilla.org/comm-central/rev/986abadfbeb7
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 12.0
Assignee | ||
Comment 4•12 years ago
|
||
We have the exact same issue if message download limit is set. So I'm just always going to flush. Extended unit test to test for this as well.
Attachment #611945 -
Flags: review?(mbanner)
Attachment #611945 -
Flags: approval-comm-release?
Attachment #611945 -
Flags: approval-comm-beta?
Assignee | ||
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Summary: pop3 move mail filters with quarantining turned off get the resulting message size too big by two bytes → pop3 move mail filters with quarantining turned off or download size limit get the resulting message size too big by two bytes
Updated•12 years ago
|
Attachment #611945 -
Flags: approval-comm-release?
Attachment #611945 -
Flags: approval-comm-release+
Attachment #611945 -
Flags: approval-comm-beta?
Attachment #611945 -
Flags: approval-comm-beta+
Updated•12 years ago
|
Attachment #611945 -
Flags: review?(mbanner) → review+
Assignee | ||
Comment 5•12 years ago
|
||
follow-on fix landed on trunk - http://hg.mozilla.org/comm-central/rev/9843a6596561
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•12 years ago
|
||
and backed out and relanded - http://hg.mozilla.org/comm-central/rev/cb2b8fd3f517
Comment 7•12 years ago
|
||
Checked into branches: http://hg.mozilla.org/releases/comm-aurora/rev/9306cdde5483 http://hg.mozilla.org/releases/comm-beta/rev/9bdfa24dedd9
status-thunderbird12:
--- → fixed
status-thunderbird13:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•