Top "Mime" questions

Multipurpose Internet Mail Extensions (MIME) is an Internet standard that extends the format of email to support text in character sets other than ASCII, non-text attachments, message bodies with multiple parts, and header information in non-ASCII character sets

Which MIME type is correct for the .exe file?

I try to find which MIME type corresponds to the each extension and I get ambiguous results. According to webdesign.…

http-headers mime-types mime file-extension
How do I use PHPMailer? I can't find a simple decent tutorial online

I'm trying to send out a Plain/HTML multipart email out and I'm currently using PHP's mail() function. Many people …

php email mime phpmailer
java library to find the mime type from file content

I am searching for a java library which tells you the mime type by looking at the file content(byte …

java mime file-type
IE9 script response blocked due to mime type mismatch

I use the following code snippet to load data from google fusion table as json. var fileref = document.createElement("script"); …

types response internet-explorer-9 mime
MIMEMultipart, MIMEText, MIMEBase, and payloads for sending email with file attachment in Python

Without much prior knowledge of MIME, I tried to learned how to write a Python script to send an email …

python email smtp mime smtplib
E-Mail Header: MIME-Version: 1.0 - When should this be used?

This could be rightfully construed as a beginner's question. Consider the following e-mail header: MIME-Version: 1.0 My Questions: When should you …

email mime email-headers
How do I determine the extension(s) associated with a MIME type in PHP?

Is there a quick and dirty mapping of MIME types to extensions in PHP that I can make use of?

php mime mime-types filenames file-type
How to use the xdg-mime command

Can someone provide example on how to use (with GNOME Ubuntu) the XDG-MIME command? I'm struggling to get anything working …

linux ubuntu installation mime file-type
Stylesheet not parsed because non CSS MIME types are not allowed in strict mode

I am getting the following error on my site: [Error] Did not parse stylesheet at 'http://test.opendialogueapproach.co.uk/…

css nginx mime
How to parse a .eml file in php?

How to parse a .eml file in php? Is there any PHP libriary or PHP extension ? I want to display …

php parsing mime eml