[kmail2] [Bug 479851] Allow for a single text/html part to be saved decoded (as html file)
Paul Schwabauer
bugzilla_noreply at kde.org
Fri Feb 2 12:03:32 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=479851
Paul Schwabauer <pschwabauer at intevation.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pschwabauer at intevation.de
--- Comment #2 from Paul Schwabauer <pschwabauer at intevation.de> ---
Currently, it is possible to save emails as mbox files by right-clicking on the
message → "Save message".
This opens a file dialog with the only possibility to filter for `.mbox` files.
My proposal is to extend the filter to `.html` files and save the HTML part if
the file extension is `.html`. This avoids the cluttering of the context menu
and has similar behavior to Thunderbird, where I can select the wanted file
type.
This change would require refactoring in
`messageviewer/utils/messageviewerutil`.
`MessageViewer::Util::saveMessageInMboxAndGetUrl` would then check for the
specified file extension of the user and extract and save the HTML part, if the
extension is `.html`.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list