Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What kind of file is an email ?

Status
Not open for further replies.

manishrathi

Programmer
Feb 26, 2009
6
US
Picture , video, sound are binary files. Because internet isnt capable of directly handling binary files in e-mail the file is first encoded in one of variety iof encoding schemes and this file is received as an attachment.

Question is, what kind of file is email itself. Since message is all text, isnt it a binary file ? If not, then what is it ?

thanks
 
MIME describes the email body.
The whole of the email though would include the headers.
The commands used to transmit it could also conceivably be considered part of each email.

RFC2821 describes SMTP:

If you're thinking of email in terms of it being a "file", then the simple answer is that the format is defined by the individual application that created the "file".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top