KDE Personal Information Management
Details
Nov 17 2024
Sep 17 2024
This is done
Aug 13 2024
Jul 7 2024
Feb 5 2024
Is there a reason for the wontfix designation? I've read this thread a few times and don't see one.
Jul 1 2023
My suggestion would be to put the HTML/plain text switcher in the header, next to the other metadata. This could be done by for example showing a small list of possible MIME types, similar to the expanded sidebar in Claws Mail (but obviously a lot friendlier).
Apr 12 2023
Apr 2 2023
code for that is here https://invent.kde.org/pim/akonadi/-/merge_requests/28 but I'm too unfamiliar with Akonadi to review it
Oct 5 2022
May 19 2022
okay now we habe gpgconf support to enable/disable this. So this can be closed. Unfurtuantelly no way to close them anymore ;(
Mar 17 2022
Feb 19 2022
Feb 18 2022
@ndavis: What infomation do you need to help? Have you watched the videos? And looked into the subtasks? Sorry I'm a little bit lost, what you need for information to go on. As I have deep understanding in the encrypted messages I'm somehow blind about the questions from newbies.
Feb 17 2022
@knauss: be aware that if the EARN IT anti-encryption bill passes, your efforts will all be for naught, as mail providers will begin refusing encrypted mail outright. Please spread the word!
Feb 16 2022
It's currently not clear from the task descriptions what your goals are. I have next to no experience with encrypted email, but I know that PGP has a lot of built-in complexity that can be difficult to abstract away (part of why it isn't used by most people). Maybe someone else in the KDE VDG has more experience with encrypted email, but I don't know anyone in particular who does.
Feb 15 2022
Hey VDG team, As the title tells you: I want to improve the current workflow of encrypted mails in KMail. At the moment focusing on the sending part of it. I need input from VDG about how to improve the current situation.
Feb 10 2022
Jan 17 2022
Meanwhile the Thunderbird Addon is no longer maintained and usable.
Nov 19 2021
Oct 28 2021
Oct 21 2021
Very cool :)
Oct 19 2021
I started doing it a while ago: https://invent.kde.org/pim/kmail-account-wizard/-/merge_requests/2. I will try to resume the effort soon...
Sep 29 2021
The reason for the complexity in the current header code is that this is a performance hot path. The heavily polymorphic design however isn't really suited for that, and thus we have dirty tricks in there like removing the vtable from the private class hierarchy.
Sep 28 2021
@vkrause: you may have input on that?
@vkrause: any input on that?
@vkrause: maybe you either can give some input here?
Sep 24 2021
Aug 9 2021
Thanks. Nobody told me it broke a unittest and I didn't notice, indeed. I think kdepim's unittests are ... lacking supervision.
Broke the unit test introduced before in D8884 though, the part which does
QVERIFY((orderProxy->flags(firstRowIndex) & Qt::ItemIsDropEnabled) == 0);
in FavoriteProxyTest::testReordering()