Gnus development mailing list
 help / color / mirror / Atom feed
* Mime types and attached files
@ 2005-05-28 20:43 Fabrice Popineau
  2006-04-14 13:28 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Fabrice Popineau @ 2005-05-28 20:43 UTC (permalink / raw)



I have send an email with an msword (sorry!) file attached. The file
name has non ascii chars and it was sent using these lines:

--=-=-=
Content-Type: application/msword
Content-Disposition: attachment;
 filename*=iso-8859-1''IIC%20p79%20%e0%2089%20-%202005.DOC
Content-Transfer-Encoding: base64

It seems to me that it is valid according to rfc 2183/2184. I just wonder
about the empty '' (could be 'fr' instead, but don't know where
to change that).

However, the file has been received on an xp box using outlook 2003 and
the filename has not been restored properly. It has been replaced by
ATT<some number>.DOC . 

Outlook maybe broken, but is there a way to get around the problem ?

Slightly related. I had to add these lines:

(add-to-list 'mailcap-mime-extensions
	     '(".doc" . "application/msword"))
(add-to-list 'mailcap-mime-extensions
	     '(".ppt" . "application/mspowerpoint"))

to be able to send msword/mspowerpoint files tagged with something else
than octet-stream ;-)

-- 
Fabrice




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-04-17 12:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-28 20:43 Mime types and attached files Fabrice Popineau
2006-04-14 13:28 ` Lars Magne Ingebrigtsen
2006-04-17  1:54   ` Katsumi Yamaoka
2006-04-17  9:04     ` Lars Magne Ingebrigtsen
2006-04-17 10:15       ` Katsumi Yamaoka
2006-04-17 11:12         ` Lars Magne Ingebrigtsen
2006-04-17 11:40       ` gdt
2006-04-17 12:32         ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).