Actually, attachments are also encoded in different ways so that is not foolproof.
From Outlook Express you can drag an email on to the desktop and then open it with Notepad or other word processor. You will see it is ALL text, including attachments. The header will tell you a lot, including the character set used (iso-8859-1, etc) encoding for attachgments (mime, etc)
So you have to make sure you are using the same parameters. IN OE check out tools options send international settings and plain text settings. Have your correspondent do the same.
I have a friend in China who just cannot assure doing it right. She sends me emails sometimes right and sometimes coded in Chinese and she just can’t do it right unless I explain it every time so, since I know how to decypher the emails I just live with it.
Remember an email, attachment and all are just plain text and all the information on how it is encoded is in the header. Here’s a sample:
From: “sailor” <sailorr@sailor.com>
To: “Pretty Girl” <prettygirl00@prettygirl.com>
Subject: Affidavit
Date: Mon, 22 Jul 2002 23:55:51 +0200
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_NextPart_000_0010_01C231DB.4F3B9960"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
This is a multi-part message in MIME format.
------=_NextPart_000_0010_01C231DB.4F3B9960
Content-Type: text/plain;
charset=“iso-8859-1”
Content-Transfer-Encoding: 7bit
See if you like it
------=_NextPart_000_0010_01C231DB.4F3B9960
Content-Type: application/msword;
name=“Affidavit.doc”
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename=“Affidavit.doc”
0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAABAAAAIQAAAAAAAAAA
AAAAAADSAAAAAAAAANIAAAAAAAAA0gAAAAwAAADeAAAADAAAANIAAAAAAAAATwIAALYAAAD2AAAA
AAAAAPYAAAAAAAAA9gAAAAAAAAD2AAAAAAAAAPYAAAAAAAAA9gAAAAAAAAD2AAAAAAAAAPYAAAAA
AAAAFAIAAAIAAAAWAgAAAAAAABYCAAAAAAAAFgIAAAAAAAAWAgAAAAAAABYCAAAAAAAAFgIAACQA
MANY LINES LIKE THIS DELETED
AAAAAAAAAAAAAAAAAAAAAAAAAA==
------=_NextPart_000_0010_01C231DB.4F3B9960–