Closed
Bug 1278987
Opened 9 years ago
Closed 9 years ago
Import also outgoing filters from Becky!
Categories
(MailNews Core :: Import, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 50.0
People
(Reporter: aceman, Assigned: aceman)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
23.42 KB,
patch
|
rkent
:
review+
m_kato
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1274229 +++
The Becky! client actually supports also outgoing filters, which we do not support yet. They are stored in a separate file:
IFilter.def : Filter for incoming mail
OFilter.def : Filter for outgoing mail
Summary: Nothing happened when import a Filters from Becky!2 → Import also outgoing filters from Becky!
(In reply to :aceman from comment #0)
> The Becky! client actually supports also outgoing filters, which we do not
> support yet.
I mean we do not import them yet, but TB does support outgoing filters already. So we can import them too.
Try run:
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=ec99dfc7eb4151ae9b3ad8892ac7d791c18b8160 . In the run the becky tests fail on Linux and Mac, because I enabled them there, but the importer is not compiled on those platforms.
Attachment #8762167 -
Flags: review?(rkent)
Comment 3•9 years ago
|
||
How can I test this? I know nothing of Becky! I only really did an rs+ on the previous patch. Could someone who uses Becky! try this or comment, or better yet give feedback on the code details?
Comment on attachment 8762167 [details] [diff] [review]
patch
A Japanese user has sent me a sample OFilter.def file and also the folder structure, which implies both IFilter and OFilter are in the same directory and are of the same format.
The original code supported that when mLocation pointed to a file, that one was imported as incoming filters. I keep that, but also expand that if mLocation is a directory, we try to import both IFilter and OFilter if it is found inside. I think that can be checked also without knowing Becky (which I also do not have installed and do not know). But I can ask mkato to look at that part.
But I will still need you to see the changes in tests and the import test infrastructure (adding FiltersImportHelper).
Attachment #8762167 -
Flags: review?(m_kato)
Updated•9 years ago
|
Attachment #8762167 -
Flags: review?(m_kato) → review+
Comment 5•9 years ago
|
||
Comment on attachment 8762167 [details] [diff] [review]
patch
Review of attachment 8762167 [details] [diff] [review]:
-----------------------------------------------------------------
With the r+ from m_kato, and the limited other options for getting this reviewed, I read through this once and did not find anything objectionable, but did not try to test it or fully understand the issues. I think we are best served by moving forward with this and landing it for more testing, so rs=me.
Attachment #8762167 -
Flags: review?(rkent) → review+
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 50.0
You need to log in
before you can comment on or make changes to this bug.
Description
•