Quoting Torok Jozsef <[email protected]>:

Hi!

 We have a problem with imp5, which (as i recall) did not existed in imp4.
 When sending emails with attachments, which has non-ascii characters in
their filenames, some MUA can't handle it. And it's not just that shitty
incredimail, but Windows live mail can fail sometimes. 
 The difference (MAYBE) is the Content-Disposition header, in imp5 looks
like this:

Content-Type: application/pdf;
name*=utf-8''quoted%C3%81%C3%A9%C3%BA%C5%B1.pdf Content-Disposition:
attachment;  filename*=utf-8''quoted%C3%81%C3%A9%C3%BA%C5%B1.pdf; size=1085
 Same attachment with gmail:Content-Type: application/pdf;
name="=?UTF-8?B?cXVvdGVkw4HDqcO6xbEucGRm?=" Content-Disposition:
attachment; filename="=?UTF-8?B?cXVvdGVkw4HDqcO6xbEucGRm?="  The latter
works good, however probably imp uses the RFC's. Is there some
compatibility option somewhere? Can i 'fix' it somehow? thx tj

horde/config/conf.php: $conf['mailformat']['brokenrfc2231']

From conf.xml:

    Some MUAs
    (e.g. Outlook) do not correctly parse MIME parameter information according
    to the relevant standard. This may result, for example, in filenames that
    do not appear correctly in these MUAs. If this option is enabled, Horde
    will attempt to send messages in a way that both standards compliant
    agents and these broken agents can understand. However, since these
    messages are no longer standards compliant, there is no guarantee these
    messages will appear correctly in *any* MUA so the default is to send
    in the standards compliant method only.

michael

___________________________________
Michael Slusarz [[email protected]]

--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to