Gnus development mailing list
 help / color / mirror / Atom feed
From: Fabrice Popineau <Fabrice.Popineau@supelec.fr>
Subject: Mime types and attached files
Date: Sat, 28 May 2005 22:43:11 +0200	[thread overview]
Message-ID: <vf53xesg.fsf@esemetz.metz.supelec.fr> (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




             reply	other threads:[~2005-05-28 20:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-28 20:43 Fabrice Popineau [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vf53xesg.fsf@esemetz.metz.supelec.fr \
    --to=fabrice.popineau@supelec.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).