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 to use for a binary file that's specific to my program?

My program uses its own binary file type, so I assume I can't use MIME type text/plain, as it …

mime-types mime
Resource blocked due to MIME type mismatch (X-Content-Type-Options: nosniff)

I am developing a web page using JavaScript and HTML, everything was working good when I have received this list …

javascript mime
Nginx fails to load css files

I've recently decided to switch from Apache2 to Nginx. I installed Nginx on my CentOS server and setup a basic …

css nginx mime
Mail multipart/alternative vs multipart/mixed

When creating email messages you are supposed to set the Content-Type to multipart/alternative when sending HTML and TEXT or …

email smtp content-type mime
How to set MimeBodyPart ContentType to "text/html"?

The program below shows an unexpected return value for HTML multipart mime type. Why does this program print "text/plain" …

java mime jakarta-mail mime-types
How can I find out a file's MIME type (Content-Type)?

Is there a way to find out the MIME type (or is it called "Content-Type"?) of a file in a …

linux bash content-type mime mime-types
no video with supported format and MIME type found. What does this mean and how can I change this

no video with supported format and MIME type found A huge screen for video is displayed and says the message …

html firefox mime-types mime
Is Content-Transfer-Encoding an HTTP header?

I'm writing a web service that returns a base64-encoded PDF file, so my plan is to add two headers …

http base64 mime
Sending Multipart html emails which contain embedded images

I've been playing around with the email module in python but I want to be able to know how to …

python email mime attachment multipart
How to read text inside body of mail using javax.mail

i'm developing a client mail using javax.mail to read mail inside mail box: Properties properties = System.getProperties(); properties.setProperty("…

java mime multipart jakarta-mail