[Akonadi] [Bug 283682] KMail duplicates filtered messages

2019-04-22 Thread Eric Depagne
https://bugs.kde.org/show_bug.cgi?id=283682

Eric Depagne  changed:

   What|Removed |Added

 CC||e...@depagne.org

--- Comment #203 from Eric Depagne  ---
(In reply to Tristan Miller from comment #202)
> Is this problem still reproducible in the latest version of KMail?  There
> haven't been any comments on this bug in over a year; I'm wondering if
> that's because the problem has been fixed or because it has driven most of
> the user base away.  I'd love to return to using KMail but can't as long as
> this message duplication problem persists.  (I was getting dozens of
> duplicated messages every day, which was too much to put up with.)

It has been fixed I believe, since it disappeared from my kmail in 2015.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kaddressbook] [Bug 395133] cannot edit addresses

2019-04-22 Thread Tristan Miller
https://bugs.kde.org/show_bug.cgi?id=395133

Tristan Miller  changed:

   What|Removed |Added

Summary|cannot treat [edit] |cannot edit addresses
   |adresses|

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 283682] KMail duplicates filtered messages

2019-04-22 Thread Tristan Miller
https://bugs.kde.org/show_bug.cgi?id=283682

Tristan Miller  changed:

   What|Removed |Added

 CC||psychon...@nothingisreal.co
   ||m

--- Comment #202 from Tristan Miller  ---
Is this problem still reproducible in the latest version of KMail?  There
haven't been any comments on this bug in over a year; I'm wondering if that's
because the problem has been fixed or because it has driven most of the user
base away.  I'd love to return to using KMail but can't as long as this message
duplication problem persists.  (I was getting dozens of duplicated messages
every day, which was too much to put up with.)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 406552] Kontact crashed while clicking on specific email (scam)

2019-04-22 Thread Peter Kuchar
https://bugs.kde.org/show_bug.cgi?id=406552

Peter Kuchar  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Peter Kuchar  ---
problem doesn't appear anymore in a new version

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 404698] Decryption Oracle based on replying to PGP or S/MIME encrypted emails

2019-04-22 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=404698

--- Comment #14 from Sandro Knauß  ---
(In reply to David Faure from comment #11)
> - Preventing KMail from *sending* such messages would obviously be no help
> (one could just craft that message by hand or using another email client). 

ACK.

> - Preventing the user from replying to such a message would be very weird
> user experience (sorry, you are not allowed to reply to this message!)

jepp bad UX.

> - So I guess the best solution is that when replying, we don't decrypt parts
> that were encrypted in the original message. I.e. if we are replying with a
> copy of those parts, and they were encrypted, they should be copied "as is".
> This would prevent any newly-added recipient from reading those, but that's
> fair enough I would say.
> I wouldn't really know how to implement this though.
> Might be tricky if the tree in memory only has the decrypted version.
>
> - Alternatively, KMail could say "for security reasons, these parts are
> going to be removed from your reply". But this also requires that we somehow
> know that these parts used to be encrypted in the original email.

Both things are not that hard to solve. We have
MimeTreeParser::ObjecttreeParser that returns a MessagePart tree. This is a
tree, where only visual interesting nodes of the Mime messages with the
additional information of each node, about their encrypted status, used keys
etc... To get an idea about those trees look at
mimetreeparser/autotests/data/*tree files, these are the MessagePart tree for
the corresponding mbox. Also TemplateParser, that is responsible for creating a
reply/template, uses MimeTreeParser::ObjecttreeParser, so we are able to filter
out bad nodes.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 404698] Decryption Oracle based on replying to PGP or S/MIME encrypted emails

2019-04-22 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=404698

--- Comment #13 from Sandro Knauß  ---
@Jens: what version did you test? You set "Debian Stable" and "5.10.3" this
does not match. Debian stable has 16.04.3 aka 5.2.3. 

I now started to look into the issue, but I can't reproduce it with the
attached messages for 18.08.3 nor for master. At least for the encrypted
content to be simple text. Do I need to construct a mimetree inside the
encrypted message parts?
And this make totally sense, as we have already have the concept of
firstTextNode inside ObjectTreeParser, that takes effect here.

I added the proof-of-concept mails to our autotests: 
  https://phabricator.kde.org/D20757
the plain.reply files are the output of the reply window.

For those you have a test environment for messagelib, those can view such mails
and reply/forward:

GNUPGHOME=/messagecore/autotests/gnupg_home/ kmail
--view 404698-gpg.mbox

A short explanation, how a reply/forward is created (everything in messagelib):
* templateparser/src/templateparserjob constructs a new KMime::Message mMsg
from a given mOrigMsg.
* TemplateParserJob uses MimeTreeParser::ObjectTreeParser to get
htmlContent/plainTextContent. At least for plainTextContent it is easy to
follow, that only the content from first text node is used. For htmlContent it
looks, like we merge different htmlNodes via
messagepart.cpp:HtmlMessagePart::fix()

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 387061] Large messages don't display in the viewer pane (eg. New Tumbleweed snapshot 20171117 released!)

2019-04-22 Thread George L. Emigh
https://bugs.kde.org/show_bug.cgi?id=387061

George L. Emigh  changed:

   What|Removed |Added

 CC||ab...@georgelemigh.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 375445] KMail2 hangs with 100% CPU usage when trying to preview or read large emails from IMAP server

2019-04-22 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=375445

Christophe Giboudeaux  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #15 from Christophe Giboudeaux  ---
See https://bugs.kde.org/show_bug.cgi?id=387061#c5

*** This bug has been marked as a duplicate of bug 387061 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 387061] Large messages don't display in the viewer pane (eg. New Tumbleweed snapshot 20171117 released!)

2019-04-22 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=387061

Christophe Giboudeaux  changed:

   What|Removed |Added

 CC||rodney.ba...@iinet.net.au

--- Comment #9 from Christophe Giboudeaux  ---
*** Bug 375445 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 403391] crash of akonadi_imap_resource

2019-04-22 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=403391

Freek de Kruijf  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Resolution|BACKTRACE   |---
   Assignee|kdepim-bugs@kde.org |freekdekru...@kde.nl
 Ever confirmed|0   |1

--- Comment #11 from Freek de Kruijf  ---
Created attachment 119563
  --> https://bugs.kde.org/attachment.cgi?id=119563&action=edit
akonadi_imap_resource-20190422-173415.kcrash.txt

Installed tons of dubuginfo packages, still xorg-session.log recommends tens of
further packages. Do I need to install all?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 403391] crash of akonadi_imap_resource

2019-04-22 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=403391

--- Comment #10 from Freek de Kruijf  ---
Created attachment 119561
  --> https://bugs.kde.org/attachment.cgi?id=119561&action=edit
akonadi_nodes_aget

I did install tons of debuginfo files

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 375445] KMail2 hangs with 100% CPU usage when trying to preview or read large emails from IMAP server

2019-04-22 Thread Rodney Baker
https://bugs.kde.org/show_bug.cgi?id=375445

--- Comment #14 from Rodney Baker  ---
Updated version on bug. Still no developer activity by the looks of it. Care
factor for kmail2 bugs seems very low.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 375445] KMail2 hangs with 100% CPU usage when trying to preview or read large emails from IMAP server

2019-04-22 Thread Rodney Baker
https://bugs.kde.org/show_bug.cgi?id=375445

Rodney Baker  changed:

   What|Removed |Added

Version|5.7.0   |5.10.3

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 404698] Decryption Oracle based on replying to PGP or S/MIME encrypted emails

2019-04-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=404698

--- Comment #12 from David Faure  ---
About the original suggestion: "Do not decrypt emails unless the PGP or S/MIME
encrypted part is the root node -- and therefore the only part -- in the MIME
tree (exception: multipart/signed for encrypted-then-signed S/MIME messages)."

This would mean if you attach a non-encrypted image (say, company logo) to an
encrypted email, the recipient can't reply to the email anymore? I think we
always want to decrypt the main text part? (fuzzy term, I don't know what the
actual logic is in kmail, but I mean the text that gets quoted).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 405961] I got my google account disconnected, Starting Kmail in the systray

2019-04-22 Thread Txutxifel
https://bugs.kde.org/show_bug.cgi?id=405961

Txutxifel  changed:

   What|Removed |Added

Version|5.10.3  |5.11.0

--- Comment #2 from Txutxifel  ---
I have updated two systems with opensuse tumbleweed updated to 5.11.0, but I
don't understand very well how this option works.
-In a laptop, kmail start automatically in background in systray.
-In a desktop, kmail doesnt start automatically. I have to add it in System
Settings\Autostart\Automatically Started Applications to work

Both have ssd, but desktop is a bit faster, I don't know if it matters

Thanks anyway

-- 
You are receiving this mail because:
You are the assignee for the bug.