What is MIME?

Answers were Sorted based on User's Feedback



What is MIME?..

Answer / alex

A .mim or .mme file is a file in the Multipurpose Internet
Mail Extension (MIME) format.

MIME is a specification for the format of non-text e-mail
attachments that allows the attachment to be sent over the
Internet. MIME allows your mail client or Web browser to
send and receive things like spreadsheets and audio, video
and graphics files via Internet mail.

MIME was defined in 1992 by the Internet Engineering Task
Force (IETF). The distinguishing characteristic of a MIME
message is the presence of the MIME headers. As long as your
mail recipients also have e-mail software that is MIME-
compliant (and most e-mail software is), you can swap files
containing attachments automatically.

Here are some tips for e-mail attachments:
You can use a utility like WinZip (PC) or StuffIt (Mac) to
compress a large file before you send. Most e-mail systems
will not accept messages that exceed a certain size.

It is a good idea to send attached photographs in the Joint
Photographic Experts Group (JPEG) format rather than the GIF
or TIFF formats. JPEG (.jpg) files use less space and
therefore upload faster.

AOL and some e-mail software uses .mme or .mim files as a
"wrapper" for mail that contains non-text attachments. Use
care when sending a MIME attachment to users of older
versions of AOL software, as the earlier versions do not
handle MIME very well. Send one attachment per e-mail. If
you are an AOL user, use the keyword (Ctrl+K) MIME to view
help about decoding MIME files.

Is This Answer Correct ?    6 Yes 0 No

What is MIME?..

Answer / sagar_joshi

While using MIME email with PHP is a pretty fun process, the
bad news is that it can be quite challenging to implement,
particularly if you're not very familiar with its most
complex facets. There's also the possibility that you often
find yourself writing the same annoying code over and over
again, especially when you have to construct MIME email
modules within your applications.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More PHP Interview Questions

What is session in c#?

0 Answers  


Do you know what is the function mysql_pconnect() usefull for?

0 Answers  


What is RSS?How to use it in Program?

3 Answers  


How to open a file for writing?

0 Answers  


What is the difference between $message and $$message?

2 Answers  






What is the difference between ereg_replace() and eregi_replace()?

2 Answers   Quicknet,


What is the use of htmlentities in php?

0 Answers  


How do you sort an array in php?

0 Answers  


Explain about Type Juggling in PHP?

2 Answers  


What is mean tnq

0 Answers   TNQ,


List out different arguments in PHP header function?

4 Answers  


How to get total number of elements used in array?

1 Answers  


Categories