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

Python IMAP: =?utf-8?Q? in subject string

I am displaying new email with IMAP, and everything looks fine, except for one message subject shows as: =?utf-8?Q?…

python email character-encoding imap mime
Parsing email body with c#

I have a database table of email called email_archive. The table includes a field called body and another called …

c# parsing mime mime-message
How to send multi-part MIME messages in c#?

I want to send multi-part MIME messages with an HTML component plus a plain text component for people whose email …

c# email mime
Methods for limiting the Rails render format to html

I have a Rails 2.1.2 site that only has html templates e.g. jobs.html.erb, so when I request a …

ruby-on-rails rest format mime render
Laravel 4 - no guessers available issue

I get this error: LogicException: Unable to guess the mime type as no guessers are available (Did you enable the …

laravel-4 wamp mime fileinfo
Inline image data in XSL:FO / Apache FOP

I have MIME Multi-Part data that I want to convert to PDF using XSL:FO. I'm comfortable reading MIME using …

xslt pdf mime xsl-fo apache-fop
What MIME for reading .eml file?

I use ImapX library to save email to .eml file. What MIME I can use to read it? MIME can …

c# email imap mime eml
How to check if a file is a valid image?

I am building a web application. On one of the pages there is an upload form, where user can upload …

go mime
Strip attachments from emails using MailKit / MimeKit

I'm using MailKit library to handle emails, which has been working well. However, I'm trying to split emails into their …

c# email mime mailkit
How do I associate a custom MIME-type to my local application in the major browsers?

I want to invent a new mime-type and associate it to a custom application in the browser to enable users …

browser cross-browser mime-types mime