Gnus development mailing list
 help / color / mirror / Atom feed
* type token missing in Content-Type header
@ 2013-10-22 10:23 Katsumi Yamaoka
  2013-10-22 14:05 ` Adam Sjøgren
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2013-10-22 10:23 UTC (permalink / raw)
  To: ding

These days I was getting mails attaching images that Gnus cannot
decode.  MS Outlook 14.0 sends such mails and I verified it can
decode.  The header of the image part of such a mail looks like
this:

Content-Type: ;
	name="IMG_3156.JPG"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
	filename="IMG_3156.JPG"

Note that the first token (i.e., "image/jpeg") is missing in the
Content-Type header.  So, I tried making Gnus guess the type from
the file name extension (the Git master).  Dissecting such a mail
by `C-d' works as well.



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

end of thread, other threads:[~2013-10-23  3:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-22 10:23 type token missing in Content-Type header Katsumi Yamaoka
2013-10-22 14:05 ` Adam Sjøgren
2013-10-23  3:34   ` Katsumi Yamaoka

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).