Remove support code for ispdata
Categories
(MailNews Core :: Account Manager, enhancement)
Tracking
(Not tracked)
People
(Reporter: aceman, Assigned: benc)
References
Details
Attachments
(2 files, 2 obsolete files)
(deleted),
patch
|
benc
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
benc
:
review+
|
Details | Diff | Splinter Review |
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Ben: for the rdf usage in ispUtils which is obsolete since bug 732106, you can probably reuse this bug. Some pointers can be found from the patches below, but many things may already have been cleaned up.
https://hg.mozilla.org/users/Pidgeot18_gmail.com/patch-queues/file/tip/patches-derdf/rmallispdata
Comment 2•6 years ago
|
||
?
Comment 3•6 years ago
|
||
Ben C :)
He's doing RDF removal, and one of the 2 last js usages of rdf-service is in dead code.
Comment 4•6 years ago
|
||
Great!
Assignee | ||
Comment 5•6 years ago
|
||
Rebased version of the first patch. I'm not really familiar with the code it affects so can't tell you how sensible it looks.
Not sure who's best to review it, so I put you down by default Magnus :-)
Comment 6•6 years ago
|
||
Comment 8•6 years ago
|
||
Ben C: Did you check that local mail spool (on Linux) and NNTP can still be set up after this patch?
Comment 9•6 years ago
|
||
Ah, nevermind, that was bug 732106.
Comment 10•6 years ago
|
||
Still, these cases need to be at least tested once.
Assignee | ||
Comment 11•6 years ago
|
||
(In reply to Ben Bucksch (:BenB) from comment #10)
Still, these cases need to be at least tested once.
I just had a quick go at creating NNTP and movemail account with that patch.
NNTP looked flawless, but movemail seemed to mis-parse a few of the emails. I'd just copied my day-to-day TB inbox into /var/spool/mail/ben. I assumed the TB mbox format is the same as expected for mailspools?
Either way, I think that:
- my mbox could have some odd formatting in there from my time fiddling with mbox<->maildir conversions...
- it probably could use someone else to try it out
- the actual account wizard seemed perfectly smooth and free of problems, so if there is any issue, it's outside the scope of this bug :-)
(I assume there's some mozmill/mochi test to cover the account wizard?)
Assignee | ||
Comment 12•6 years ago
|
||
minor tweaks as per Comment 7.
Comment 13•6 years ago
|
||
benc, there might be some differences in the mbox format, it's not completely standardized, just a convention.
The fact that you could set up movemail and see messages means that the code relevant to this bug here worked.
Thanks for testing this!
Assignee | ||
Comment 14•6 years ago
|
||
And here's an update of the part-3 patch.
Again, it's just a straight update without any real understanding of the code, but it seems to work fine for me, YMMV :-)
I think there's to be some linting cleanup work to do on the files touched by these two patches, but I'll leave that until we're happy with the changes rather than obscuring these patches by peppering lots of extra modifications everywhere.
Comment 15•6 years ago
|
||
Yes, for readability of the hg/git history, it would be better to land linting changes in a separate patch. Esp. if they would obscure the real changes.
Comment 16•6 years ago
|
||
(In reply to Ben Campbell from comment #14)
Created attachment 9045531 [details] [diff] [review]
kill-ispdata-aggressive-2.patch
Ready for review?
Assignee | ||
Comment 17•6 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #16)
(In reply to Ben Campbell from comment #14)
Created attachment 9045531 [details] [diff] [review]
kill-ispdata-aggressive-2.patchReady for review?
Yes! just wanted to check up on the lint aspect first.
Assignee | ||
Updated•6 years ago
|
Comment 18•6 years ago
|
||
Assignee | ||
Comment 19•6 years ago
|
||
Updated to tidy up some of the touched code.
Assignee | ||
Comment 20•6 years ago
|
||
I'm happy with these patches, but I'm not very confident on this part of the code. Are there any issues with landing them?
Comment 22•6 years ago
|
||
Does this need a try run? Here's one anyway:
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=d70e18045f18c5d67ccb2d846c98fbe2cdf4b9d4
Comment 23•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/71a714fc1d04
Remove support for ISP data in the account wizard. r=mkmelin
https://hg.mozilla.org/comm-central/rev/5bf193df84a9
Aggressively kill dead code in the account wizard. r=mkmelin DONTBUILD
Updated•6 years ago
|
Description
•