Closed
Bug 259649
Opened 21 years ago
Closed 21 years ago
header only downloaded pop3 messages don't download correctly if filters sent header to different folder
Categories
(MailNews Core :: Networking: POP, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
|
977 bytes,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
If I set my pop3 server to only download headers only, and mail filters move
downloaded message(s) to another folder, when I go to that folder and select the
message(s) and do a file | offline | download selected, strange things happen. I
usually get two copies of the message, one still marked as not downloaded yet.
The reason is because the messages are downloaded to the inbox, and the filters
are run on them again, and they are filtered to the dest folder again, but the
partial, header only messages aren't deleted, because we look for them in the
inbox.
Fix upcoming.
| Assignee | ||
Comment 1•21 years ago
|
||
pass in the current folder to the pop3 server so that it will download the
messages into the current folder, not the inbox.
| Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 159016 [details] [diff] [review]
proposed fix
Howard, do you ever run with this setup? If so, could you apply the patch and
try it and r= this? If not, let me know and I'll get another review...thx!
Attachment #159016 -
Flags: review?(hyc)
| Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 159016 [details] [diff] [review]
proposed fix
It's gonna take Howard a while to try this, so I think I should get it checked
in...
Attachment #159016 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #159016 -
Flags: superreview?(mscott) → superreview+
| Assignee | ||
Comment 4•21 years ago
|
||
fixed, sr=mscott, Howard will try to test when he gets a chance
Updated•21 years ago
|
Product: MailNews → Core
| Assignee | ||
Updated•20 years ago
|
Attachment #159016 -
Flags: review?(hyc)
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•