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

Inline images in email using JavaMail

I want to send an email with an inline image using javamail. I'm doing something like this. MimeMultipart content = new …

java mime mime-types jakarta-mail multipart
I need my PHP page to show my BLOB image from mysql database

So my last question was on how to have my techID shown from a search : I am trying to have …

php mysql image blob mime
Email from PHP has broken Subject header encoding

My PHP script sends email to users and when the email arrives to their mailboxes, the subject line ($subject) has …

php encoding mime email-headers
File extensions and MIME Types in .NET

I want to get a MIME Content-Type from a given extension (preferably without accessing the physical file). I have seen …

.net asp.net content-type mime file-extension
Unknown file type MIME?

Do I have to specify a MIME type if the uploaded file has no extension? In other words is there …

mime mime-types default-value
What is "=C2=A0" in MIME encoded, quoted-printable text?

This is an example raw email I am trying to parse: MIME-version: 1.0 Content-type: text/html; charset=UTF-8 Content-transfer-encoding: quoted-printable X-Mailer: …

encoding mime quoted-printable
Is there a "default" MIME type?

Is there what could be considered a "default" mimetype? I've seen "unknown/unknown" and "application/binary". But is there a …

mime-types mime
How can I get an email message's text content using Python?

Given an RFC822 message in Python 2.6, how can I get the right text/plain content part? Basically, the algorithm I …

python email mime rfc822
reading body part of a mime multipart

ok so I use .getcontent and receive javax.mail.internet.MimeMultipart@fd13b5 etc. I know i need something like …

java jakarta-mail mime multipart
What is the MIME type for TTF files?

I can't find correct MIME type for TrueType fonts. I need it because I'm using File Uploading Class (CodeIgniter) to …

fonts upload mime