HomePhorge

Fix KMail always sending mails as base64, even though they could have been…
f5216ec0e4afUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Fix KMail always sending mails as base64, even though they could have been sent as 7bit. This was bad because spamassassin gives needlessly base64-encoded text a score of over 2.

The problem is that the mail representation in mimelib and kmime has LF only, no CR.
The LF->CRLF conversion happens in the kio_smtp slave.

Because of that, checking that the number of LF should be the same as the number of CRLF did
not work, since we only have LFs.

Not sure if this workaround is ok.

CCMAIL: exit3219@gmail.com

svn path=/trunk/KDE/kdepimlibs/; revision=1001945

Details

Provenance
Thomas McGuire <mcguire@kde.org>Authored on
Parents
rKPLacbe7b2571ed: Rename getNumColumns to getColumncount.
Branches
Unknown
Tags
Unknown

Event Timeline