hello friends..
I want to know that how many basic formats/types exist for
compsing mails.
Means if i say that i had composed a mail using say outlook-
express (.eml file)which may have header say content-type:
text/alternative or say content-type: multipart/mixed.So that it will
have other content-type headers accordingly.
I had studied rfc-1521(MIME) and know the 7 basic types and their
sub-types.But can you please help me to know that using this types
how many maximum possible types of emails we can compose.
for example ,
From:
To:
Subject: sample attachment
Date:
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_NextPart_000_0009_01C30821.1B19BB40"
X-Priority: 3
X-MSMail-Priority: Normal
X-Unsent: 1
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
This is a multi-part message in MIME format.
------=_NextPart_000_0009_01C30821.1B19BB40
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_000A_01C30821.1B19BB40"
------=_NextPart_001_000A_01C30821.1B19BB40
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
1
2
3
------=_NextPart_001_000A_01C30821.1B19BB40
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>1</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>2</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>3</FONT></DIV></BODY></HTML>
------=_NextPart_001_000A_01C30821.1B19BB40--
------=_NextPart_000_0009_01C30821.1B19BB40
Content-Type: text/html;
name="HTTPClientExample.html"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="HTTPClientExample.html"
//ATTACHMENT FILE'S CONTENT GOES HERE...//
------=_NextPart_000_0009_01C30821.1B19BB40--
Same way if suppose someone reply or forward a message or replyu all
or somthing else..
So i have to know how many such different types are exist.
thanks