[mew-dist 29361] Re: Qエンコードされた添付ファイ ルのデコードについて

[email protected] Mon, 21 Mar 2011 00:39:01 +0900
Newsgroups gmane.mail.mew.general.japanese
Message-ID <[email protected]>

Outlook


abc.xls  10bytes 


**********
$ cat abc.xls
abc
abc
$
$ hexdump -C abc.xls
00000000  61 62 63 0d 0a 61 62 63  0d 0a                    |abc..abc..|
0000000a
$
**********

Outlookinbox


**********
From: 
To: 
Subject: test from outlook
Date: Mon, 21 Mar 2011 00:09:00 +0900
Message-ID: 
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_000D_01CBE75C.2E0E07B0"
X-Mailer: Microsoft Office Outlook 12.0
Thread-Index: 
Content-Language: ja

This is a multi-part message in MIME format.

------=_NextPart_000_000D_01CBE75C.2E0E07B0
Content-Type: text/plain;
	charset="iso-2022-jp"
Content-Transfer-Encoding: 7bit

Test


------=_NextPart_000_000D_01CBE75C.2E0E07B0
Content-Type: application/vnd.ms-excel;
	name="abc.xls"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="abc.xls"

abc
abc

------=_NextPart_000_000D_01CBE75C.2E0E07B0--

**********

HEX\0a

00000480  3b 0a 09 66 69 6c 65 6e  61 6d 65 3d 22 61 62 63  |;..filename="abc|
00000490  2e 78 6c 73 22 0a 0a 61  62 63 0a 61 62 63 0a 0a  |.xls"..abc.abc..|
000004a0  2d 2d 2d 2d 2d 2d 3d 5f  4e 65 78 74 50 61 72 74  |------=_NextPart|


 Mew  abc2.xls 

**********
$ hexdump -C abc2.xls
00000000  61 62 63 0a 61 62 63 0a                           |abc.abc.|
00000008
$
**********

8byts\0d