Bug 127463 - from lines with umlauts and comma might violate rfc2047 as encoded-words are not allowed in quoted-string
Summary: from lines with umlauts and comma might violate rfc2047 as encoded-words are ...
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kmail
Classification: Applications
Component: mime (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-16 20:20 UTC by Bernhard E. Reiter
Modified: 2015-04-12 10:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard E. Reiter 2006-05-16 20:20:59 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Here is a sniplet from an email I have created with KMail:

From: "Reiter, =?iso-8859-1?q?B=F6rnhard?=" <bernhard@intevation.de>
Date: Fri, 28 Apr 2006 17:13:13 +0200
User-Agent: KMail/1.7 (proko2 branch after 2.1.0)


The From: line violates RFC2047:

http://www.faqs.org/rfcs/rfc2047.html:

 + An 'encoded-word' MUST NOT appear within a 'quoted-string'.

And RFC2822:

 quoted-string   =       [CFWS]
                        DQUOTE *([FWS] qcontent) [FWS] DQUOTE
                        [CFWS]

DQUOTE being ascii 34.


This was mentioned for attachments in bug#41558
as far as I can see, but apparently not fixed for the from:
Comment 1 Laurent Montel 2015-04-12 10:00:39 UTC
Thank you for taking the time to file a bug report.

KMail2 was released in 2011, and the entire code base went through significant changes. We are currently in the process of porting to Qt5 and KF5. It is unlikely that these bugs are still valid in KMail2.

We welcome you to try out KMail 2 with the KDE 4.14 release and give your feedback.