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

YAML media type?

What is the most appropriate media type (formally MIME type) to use when sending data structured with YAML over HTTP …

http mime mime-types yaml
Jersey: A message body writer for Java Class and MIME mediatype application/json was not found

after trying to figure out what's my problem I finally decided to ask you how to solve my problem. I've …

eclipse json jersey message mime
Add mime type to HTML link

I know how to change the MIME type in a webserver. I used this to make sure the browser downloads …

html hyperlink stream mime href
Embedding attached images in HTML emails

If I attach an image to an email, how can I place it in the HTML content? I tried just …

email mime
Correct Apache AddType directives for font MIME types

I’m using @font-face for embedded fonts (thanks Paul Irish). In trying to fix Chrome’s warning about wrong MIME …

apache fonts mime woff eot
How to create an email with embedded images that is compatible with the most mail clients

We have created a system that allows embedding an image in an outgoing email. Here is the original message our …

mime attachment embedded-resource
MIME type to satisfy HTML, email, images and plain text?

The answer to Mail multipart/alternative vs multipart/mixed suggests that attachments should be peers of the multipart/alternative message, …

email mime
MIME type warning in chrome for png images

Just ran my site in chrome and suprisingly it comes up with this warning for each of my .png images: …

image png google-chrome mime warnings
Syntax error, unexpected T_SL

I'm fairly new to php and I'm using a script that creates a function called the "mime_mailer" which essentially …

mime php
How to send to BCC address when using PHPMailer to format MIME message for Gmail API?

I am using PHPMailer to build an email message. I am using PHPMailer only for MIME message formatting, not sending. …

php gmail phpmailer mime bcc