Fix IMAP's and NNTP's {Get|Set}OriginalURI()
Categories
(MailNews Core :: General, defect)
Tracking
(Not tracked)
People
(Reporter: jorgk-bmo, Unassigned)
Details
(Whiteboard: [risky?])
Attachments
(1 file)
|
1.34 KB,
patch
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1564094 +++
In bug 1564094 we detected that IMAP's and NNTP's {Get|Set}OriginalURI() don't appear to be right.
That caused trouble for "view source " since the set call received a view-source:imap URI, but the get call returned an imap: URI. See 1564094 comment #19 for debugging output, there's also a debug patch in that bug for get that debugging output.
Something like this would be correct:
https://searchfox.org/comm-central/rev/e9439ba2501591b8d9890bd6973d74bd3c06da3f/mailnews/base/util/nsMsgProtocol.cpp#505-512
I'll attach a patch which fixes IMAP, but Boris thinks that this is very risky, since it could regress bug 193317 or bug 1312314.
Further reading:
Bug 1564094 comment #11, 2nd dot point; bug 1564094 comment #12
Bug 1312314 comment #32
| Reporter | ||
Comment 2•6 years ago
|
||
No regression, has always been wrong.
Updated•6 years ago
|
Updated•3 years ago
|
Description
•