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 |
What are the 5 types of data?
What does isset() function?
Do you know how to declare an array in php?
Explain the different types of errors in php.
What's the best method for sanitizing user input with php?
How do you identify independent and dependent variables in regression analysis?
What is difference between rest api and restful api?
What are the uses of implode() function?
How do I stop a php script?
What is polymorphism in oop php?
What is the use session in php?
What are the differences between require and include?