Summary: | Forward mail with attachment doubles size of mail | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Axel Braun <axel.braun> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | bugs.kde.org, nico.kruber, till2.schaefer |
Priority: | NOR | ||
Version: | 4.14.10 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Example Mail
original size of attachement |
Description
Axel Braun
2014-03-06 07:58:10 UTC
Created attachment 91371 [details]
Example Mail
Note that the problem occurs as well sith signed mails. There you can see that the mail size is 34 MB, although the attachment is 'only' 17MB
Created attachment 91372 [details]
original size of attachement
This shot showss the original size of the attachement
KDE is 4.14.4
Just signing an email with an attachment using PGP/MIME results in the duplicate size as well. The attachment then exists twice in the source of the email. KMail 4.14.9 This probably happens because the mail gets encoded (base64): E-Mail used to be and probably still is 7-bit, hence size doubles. This is not a bug, see RFC 5322, 2.3. |