[kmail2] [Bug 333150] Deleting attachment removes the entire message

2015-02-14 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=333150

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kdep
   ||imlibs/e9b653b1389bd7afc38b
   ||0e7effa5c511264a002f
 Resolution|--- |FIXED
   Version Fixed In||4.14.6

--- Comment #8 from Laurent Montel mon...@kde.org ---
Git commit e9b653b1389bd7afc38b0e7effa5c511264a002f by Montel Laurent.
Committed on 14/02/2015 at 13:17.
Pushed by mlaurent into branch 'KDE/4.14'.

Fix Bug 312276 - removing (deleting) an attachment loses the email contents as
well for some mails

FIXED-IN: 4.14.6
Related: bug 312276

It needs kdepim too

M  +52   -28   kmime/kmime_content.cpp
M  +2-0kmime/kmime_content.h

http://commits.kde.org/kdepimlibs/e9b653b1389bd7afc38b0e7effa5c511264a002f

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 333150] Deleting attachment removes the entire message

2015-02-13 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=333150

--- Comment #7 from Erik Quaeghebeur kdeb...@equaeghe.nospammail.net ---
(In reply to Fab Stz from comment #6)
 Looks like a duplicate of bug 312276 ?

Indeed; I'll ask them to indicate it as such.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 333150] Deleting attachment removes the entire message

2015-02-12 Thread fabstz-it
https://bugs.kde.org/show_bug.cgi?id=333150

fabstz...@yahoo.fr changed:

   What|Removed |Added

 CC||fabstz...@yahoo.fr

--- Comment #5 from fabstz...@yahoo.fr ---
Present in Debian Jessie too (with kdepim 4.14.1  kdepimlibs 4.14.2)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 333150] Deleting attachment removes the entire message

2015-02-12 Thread fabstz-it
https://bugs.kde.org/show_bug.cgi?id=333150

--- Comment #6 from fabstz...@yahoo.fr ---
Looks like a duplicate of bug 312276 ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 333150] Deleting attachment removes the entire message

2014-12-13 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=333150

--- Comment #4 from Erik Quaeghebeur kdeb...@equaeghe.nospammail.net ---
I tested, and this is still present in 4.14.3. Perhaps the original reporter or
a developer can update the version in the bug description?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 333150] Deleting attachment removes the entire message

2014-12-13 Thread michael.zugaro
https://bugs.kde.org/show_bug.cgi?id=333150

michael.zug...@college-de-france.fr changed:

   What|Removed |Added

Version|4.12.3  |4.14.2

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 333150] Deleting attachment removes the entire message

2014-11-28 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=333150

Erik Quaeghebeur kdeb...@equaeghe.nospammail.net changed:

   What|Removed |Added

 CC||kdebugs@equaeghe.nospammail
   ||.net

--- Comment #2 from Erik Quaeghebeur kdeb...@equaeghe.nospammail.net ---
I can confirm this bug for 4.12.5 on Gentoo. It does not occur for all
deletions, but I have not found which MIME structure is vulnerable and which is
not. Upon request, i can furnish the developer with a message that triggers
this bug (I had copied one from the same sender that had sent a message earlier
which triggered this bug); I am not willing to post this message here, as it
contains too much personally identifiable info.

This is a really bad bug!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 333150] Deleting attachment removes the entire message

2014-11-28 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=333150

--- Comment #3 from Erik Quaeghebeur kdeb...@equaeghe.nospammail.net ---
Ok, I discovered the following:

The problem occurs in the following MIME structure:

  multipart/mixed [multipart/alternative [text/plain, text/html],
application/pdf(attachment disposition)]

deleting the attachment creates the following *invalid* MIME structure

  multipart/alternative [text/x-moz-deleted(attachment disposition)]

instead of

  multipart/mixed [multipart/alternative [text/plain, text/html],
text/x-moz-deleted(attachment disposition)]

On the other hand

  multipart/mixed [text/plain, application/pdf(attachment disposition)]

and

  multipart/mixed [multipart/alternative [text/plain, text/html],
application/pdf(attachment disposition), application/pdf(attachment
disposition)]

correctly give

  multipart/mixed [text/plain, text/x-moz-deleted(attachment disposition)]

and

  multipart/mixed [multipart/alternative [text/plain, text/html],
application/pdf(attachment disposition), text/x-moz-deleted(attachment
disposition)]
  multipart/mixed [multipart/alternative [text/plain, text/html],
text/x-moz-deleted(attachment disposition), text/x-moz-deleted(attachment
disposition)]

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 333150] Deleting attachment removes the entire message

2014-09-06 Thread ws
https://bugs.kde.org/show_bug.cgi?id=333150

w...@fishes.de changed:

   What|Removed |Added

 CC||w...@fishes.de

--- Comment #1 from w...@fishes.de ---
same bug at my system
openSUSE 12.3
Plattform-Version 4.10.5 release 1
protocol IMAP
and POP

there is no problem at Thunderbird

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs