[Kolab-devel] [issue1562] KMail erroneously quotes RFC2231-encoded attachment filenames
Frank Osterfeld
kolab-issues at intevation.de
Wed Jan 10 18:19:06 CET 2007
New submission from Frank Osterfeld <frank at kdab.net>:
KMail quotes RFC2231-encoded attachment filenames:
Content-Type: text/plain;
charset="us-ascii";
name*="iso-8859-1''L%F6sung%2Etxt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename*="iso-8859-1''L%F6sung%2Etxt"
That's wrong, RFC2231 strings should go unquoted:
Content-Type: text/plain;
charset="us-ascii";
name*=iso-8859-1''L%F6sung%2Etxt
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename*=iso-8859-1''L%F6sung%2Etxt
These malformed strings cause the filename to be removed when using Toltec
connector.
----------
assignedto: osterfeld
messages: 9302
nosy: osterfeld
priority: bug
status: in-progress
title: KMail erroneously quotes RFC2231-encoded attachment filenames
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue1562>
________________________________________________
More information about the devel
mailing list