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

HTML-Email with inline attachments and non-inline attachments

What is the correct way to create a HTML-Email with inline attachments and non-inline attachments? In addition please tell me …

email mime email-attachments
JAX-RS (Jersey) custom exception with XML or JSON

I have a REST service built using Jersey. I want to be able to set the MIME of my custom …

java mime jersey jax-rs
Python: Check if uploaded file is jpg

How can I check if a file uploaded by a user is a real jpg file in Python (Google App …

python google-app-engine image image-processing mime
Parsing email with Python

I'm writing a Python script to process emails returned from Procmail. As suggested in this question, I'm using the following …

python email parsing mime
Is there a way to have a Codeigniter controller return an image?

I was wondering if there was a way for a controller to, instead of returning a string, or a view, …

image codeigniter controller mime
Send e-mail to Gmail with inline image using Python

My objective is to use Python to send an e-mail to a Gmail user that has an inline image. It …

python image email gmail mime
Returning application/json content-type for .json files on RHEL/Apache

OS is specifically RHEL6 running Apache2. So in my Apache configuration, I have: LoadModule mime_module modules/mod_mime.so …

json apache mime rhel
Newline character is not interpreted correctly in MimeMessage?

StringBuffer emailMessage = new StringBuffer("Dear Scott"); emailMessage.append("\r\n"); emailMessage.append("Sending mail over internet"); So here is my …

java mime-types mime mime-message
Maximum length of a MIME Content-Type header field?

I'm just designing the schema for a database table which will hold details of email attachments - their size in …

email mime
creating a MIME email template with images to send with python / django

In my web application I send emails occasionally using a reusable mailer application like this: user - self.user subject = ("…

python django email mime