What is MIME?
Answers were Sorted based on User's Feedback
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 |
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 |
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
When use javascript vs php?
How to generate a form?
What is the difference between array_merge() and array_merge_recursive() in php?
How many escape sequences are recognized in single-quoted strings?
What is instantiation?
Explain what is the function file_get_contents() usefull for?
How to write comment in php?
Why we use get in php?
How do I run a php script in windows?
What is the functionality of the function strstr and stristr?