Page MenuHome GnuPG

mimetreeparserProject
ActivePublic

Watchers

  • This project does not have any watchers.
  • View All

Recent Activity

Tue, Apr 30

werner moved T6939: File extensions for Mailviewer saving from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Tue, Apr 30, 3:28 PM · mimetreeparser, Restricted Project, vsd33

Jan 15 2024

aheinecke added a comment to T6939: File extensions for Mailviewer saving.

The background for this is that .mime we can treat as as a custom extension for us since no one else that I know uses it but it is a registered extension.

Jan 15 2024, 9:29 AM · mimetreeparser, Restricted Project, vsd33
aheinecke triaged T6939: File extensions for Mailviewer saving as Normal priority.
Jan 15 2024, 9:25 AM · mimetreeparser, Restricted Project, vsd33

Oct 12 2023

aheinecke closed T6760: Mimetreeparser: Open still does not work correctly as Resolved.

Since I tested this both with valid and invalid filenames on linux and on windows I set this to resolved.

Oct 12 2023, 10:29 AM · mimetreeparser, Restricted Project
aheinecke added a comment to T6760: Mimetreeparser: Open still does not work correctly.

The URL was just wrong for Windows. I added debug output and the results are different:

Oct 12 2023, 10:28 AM · mimetreeparser, Restricted Project
aheinecke added a comment to T6760: Mimetreeparser: Open still does not work correctly.

Yes and I get the same result with PNG files. But calling shell execute with such an url looks strange to me, I will try QUrl::fromLocalFile as we use in Kleopatra.

Oct 12 2023, 9:59 AM · mimetreeparser, Restricted Project
ikloecker added a comment to T6760: Mimetreeparser: Open still does not work correctly.

Is executing a zip file really supposed to work on Windows?

Oct 12 2023, 9:51 AM · mimetreeparser, Restricted Project
aheinecke closed T6759: View email dialog is not translated correctly as Resolved.

Moving the definition and changing it to the name of the po file worked.

Oct 12 2023, 9:38 AM · Restricted Project, mimetreeparser
aheinecke triaged T6760: Mimetreeparser: Open still does not work correctly as High priority.
Oct 12 2023, 9:37 AM · mimetreeparser, Restricted Project

Oct 11 2023

aheinecke added a comment to T6759: View email dialog is not translated correctly.

Pretty sure its the translation domain. Thanks! Will try to fix that tomorrow

Oct 11 2023, 10:44 PM · Restricted Project, mimetreeparser
ikloecker added a comment to T6759: View email dialog is not translated correctly.

Or is it an order problem in src/CMakeLists.txt?

add_subdirectory(core)
add_definitions(-DTRANSLATION_DOMAIN=\"libmimetreeparser5\")
Oct 11 2023, 9:32 PM · Restricted Project, mimetreeparser
ikloecker added a comment to T6759: View email dialog is not translated correctly.

Other possible reason: https://api.kde.org/frameworks/ki18n/html/prg_guide.html#before_qapp
Are the action texts initialized statically?

Oct 11 2023, 9:24 PM · Restricted Project, mimetreeparser
ikloecker added a comment to T6759: View email dialog is not translated correctly.

I'm wondering whether this could be caused by a wrong translation domain. We have mimetreeparser.{pot,po,mo}, but in src/CMakeLists.txt we have

add_definitions(-DTRANSLATION_DOMAIN=\"libmimetreeparser5\")
Oct 11 2023, 9:20 PM · Restricted Project, mimetreeparser
aheinecke triaged T6759: View email dialog is not translated correctly as High priority.
Oct 11 2023, 4:57 PM · Restricted Project, mimetreeparser

Aug 25 2023

CarlSchwan closed T6651: Kleopatra: commandsForFiles add support for mimetreeparser as Resolved.

This is now done :)

Aug 25 2023, 3:01 PM · Restricted Project, mimetreeparser, kleopatra
CarlSchwan closed T6652: Kleopatra / MTP: Wrong / No signature indication as Resolved.

This is now merged in master :)

Aug 25 2023, 1:48 PM · Restricted Project, kleopatra, mimetreeparser

Aug 22 2023

CarlSchwan added a comment to T6652: Kleopatra / MTP: Wrong / No signature indication.

Alternatively this is a version of it with all the information in one inline message (and clicking on Encrypted will show the recipients and clicking on key will open the key in Kleopatra)

Aug 22 2023, 4:38 PM · Restricted Project, kleopatra, mimetreeparser
CarlSchwan added a comment to T6651: Kleopatra: commandsForFiles add support for mimetreeparser.

Implemented here: https://invent.kde.org/pim/kleopatra/-/merge_requests/56

Aug 22 2023, 4:04 PM · Restricted Project, mimetreeparser, kleopatra
CarlSchwan closed T6655: Mimetreeparser: EML or S/MIME support issue as Resolved.
Aug 22 2023, 4:02 PM · Restricted Project, mimetreeparser

Aug 21 2023

aheinecke added a parent task for T6651: Kleopatra: commandsForFiles add support for mimetreeparser: T6670: Gpg4win: Add mail type file extensions to supported extensions.
Aug 21 2023, 10:02 AM · Restricted Project, mimetreeparser, kleopatra

Aug 17 2023

aheinecke added a comment to T6652: Kleopatra / MTP: Wrong / No signature indication.

Yes i think we need something like that, maybe shorter like this message is (VS-NfD compliant) encrypted and this message was (VS-NfD compliant) signed by "user.name@foo.bar" as a single line each, with "Details" available. And then in details show some more information like who the message was also encrypted to, ideally with the user ids when we have the keys in the keyring already and not the fingerprints of the keys. Or maybe just a status indication icon like we have in GpgOL which provides more information when you click it or as a tooltip. At the very least we need to make sure that this cannot be faked by e.g. HTML Mails :) so it needs to be removed a bit from the actual mail body.

Aug 17 2023, 2:17 PM · Restricted Project, kleopatra, mimetreeparser
CarlSchwan added a comment to T6652: Kleopatra / MTP: Wrong / No signature indication.

This is how this looks in the qml viewer, in the qtwidget viewer there is no support for this yet. Do you want something similar for the qtwidget view?

Aug 17 2023, 11:02 AM · Restricted Project, kleopatra, mimetreeparser
CarlSchwan added a comment to T6655: Mimetreeparser: EML or S/MIME support issue.

Fix is here: https://invent.kde.org/pim/mimetreeparser/-/merge_requests/5

Aug 17 2023, 10:50 AM · Restricted Project, mimetreeparser
aheinecke added a comment to T6652: Kleopatra / MTP: Wrong / No signature indication.

I would like it if we could show the result list widgets above or below the message contents in the message viewer. Maybe shortened to a single line and then you can expand it to see the details.

Aug 17 2023, 8:07 AM · Restricted Project, kleopatra, mimetreeparser

Aug 16 2023

aheinecke added a comment to T6651: Kleopatra: commandsForFiles add support for mimetreeparser.

A bit related: T6656 when I look at the web interface of an account that uses GpgOL I see these files everywhere. And they should then also be handled by kleopatra but for that they need some file extension that I can link to kleopatra.

Aug 16 2023, 2:20 PM · Restricted Project, mimetreeparser, kleopatra
aheinecke triaged T6655: Mimetreeparser: EML or S/MIME support issue as Normal priority.
Aug 16 2023, 1:47 PM · Restricted Project, mimetreeparser
aheinecke triaged T6652: Kleopatra / MTP: Wrong / No signature indication as Normal priority.
Aug 16 2023, 1:00 PM · Restricted Project, kleopatra, mimetreeparser
aheinecke triaged T6651: Kleopatra: commandsForFiles add support for mimetreeparser as Normal priority.
Aug 16 2023, 12:25 PM · Restricted Project, mimetreeparser, kleopatra

Jul 25 2023

aheinecke closed T6605: MTP: Add missing mimetreeparserng-version.h.cmake file as Resolved.

Fixed with c6e16e403744ca39a24a38f38264865019c0cb93

Jul 25 2023, 9:09 AM · mimetreeparser, Restricted Project

Jul 21 2023

aheinecke updated the task description for T6605: MTP: Add missing mimetreeparserng-version.h.cmake file.
Jul 21 2023, 11:43 AM · mimetreeparser, Restricted Project
aheinecke updated the task description for T6605: MTP: Add missing mimetreeparserng-version.h.cmake file.
Jul 21 2023, 11:42 AM · mimetreeparser, Restricted Project
aheinecke triaged T6605: MTP: Add missing mimetreeparserng-version.h.cmake file as Normal priority.
Jul 21 2023, 11:41 AM · mimetreeparser, Restricted Project
aheinecke created mimetreeparser.
Jul 21 2023, 11:34 AM