Tagged 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
88
votes
2answers
34k views
Proper MIME type for PDF files
When working with PDFs, I've run across the MIME types 'application/pdf' and 'application/x-pdf' among others.
Is there a difference between these two types, and if so what is it? Is one preferred ...
43
votes
8answers
29k views
Using .NET, how can you find the mime type of a file based on the file signature not the extension
I am looking for a simple way to get a mime type where the file extension is incorrect or not given, something similar to this question only in .Net.
37
votes
9answers
8k views
Detect when browser receives file download
I have a page that allows the user to download a dynamically-generated file. It takes a long time to generate, so I'd like to show a "waiting" indicator. The problem is, I can't figure out how to ...
25
votes
3answers
27k views
How to use the CSV MIME-type?
In a web application I am working on, the user can click on a link to a csv file. There is no header set for the mime-type, so the browser just renders it as text. I would like for this file to be ...
24
votes
2answers
13k views
Setting mime type for excel document
MS Excel has the following observed MIME types:
application/vnd.ms-excel (official)
application/msexcel
application/x-msexcel
application/x-ms-excel
application/x-excel
application/x-dos_ms_excel
...
24
votes
4answers
6k views
Register file extensions / mime types in Linux
I'm developing a Linux application that has its own file format. I want my app to open when you double-click on those files.
How can I register a file extension and associate it with my application ...
23
votes
5answers
24k views
Getting A File's Mime Type In Java
I was just wondering how most people fetch a mime type from a file in Java? So far I've tried two utils: JMimeMagic & Mime-Util. The first gave me memory exceptions, the second doesn't close its ...
23
votes
5answers
15k views
How to find the mime type of a file in python?
Let's say you want to save a bunch of files somewhere, for instance in BLOBs. Let's say you want to dish these files out via a web page and have the client automatically open the correct ...
22
votes
3answers
5k views
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:
Resource interpreted as image but transferred with MIME type application/octet-stream.
Anyone ...
19
votes
3answers
10k views
Proper MIME type for fonts
Searching the web, I find heaps of different suggestions for what the proper MIME type for a font is, but I have yet to try any MIME type that rids me of a Chrome warning such as the following:
...
15
votes
4answers
3k views
YAML mime type?
What is the most appropriate MIME type to use when sending data structured with YAML over HTTP?
An explanation of why a given choice is most appropriate would be much appreciated.
There is no ...
14
votes
7answers
2k views
How do you get the icon, MIME type, and application associated with a file in the Linux Desktop?
Using C++ on the Linux desktop, what is the best way to get the icon, the document description and the application "associated" with an arbitrary file/file path?
I'd like to use the most "canonical" ...
12
votes
4answers
10k views
In Rails 3, respond_to and format.all works differently than Rails 2?
the code
respond_to do |format|
format.html
format.json { render :json => @switches }
format.xml { render :xml => @switches.to_xml }
format.all { render :text => "only HTML, XML, and ...
11
votes
1answer
395 views
Mystifying “undefined constant” issue with Ruby/Rails
I've got a Rails project where a constant is being nuked at some point while serving a request.
I'm using the mime/types and restclient gems. The restclient module defines an extension to MIME which ...
11
votes
6answers
6k views
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 some questions about this and the methods described to perform this can be ...
10
votes
3answers
3k views
ASP.NET/IIS6: How to search the server's mime map?
i want to find the mime-type for a given file extension on an IIS ASP.NET web-server from the code-behind file.
i want to search the same list that the server itself uses when serving up a file. ...
9
votes
1answer
1k views
How do I reply to an email using the Python imaplib and include the original message?
I'm currently using imaplib to fetch email messages from a server and process the contents and attachments.
I'd like to reply to the messages with a status/error message and links to the resulting ...
8
votes
2answers
215 views
Is there a comprehensive MIME header format reference online somewhere?
I've looked at probably 100 sites, and haven't found anything. Some are just lists of mime type values, others references to the RFCs, or more or less direct quotes from them. The RFCs are ...
8
votes
2answers
3k views
Unknown file type MIME?
Do I have to specify a MIME type if the uploaded file has no extension?
In other words is there a default general MIME type?
7
votes
1answer
76 views
Can't understand why Zend_Mail::addHeader() strips newlines
(Since this is my first SO question, let me just say I hope it's not too Zend-specific. As far as I can tell this shouldn't be a problem. Although I could have posted it in a Zend-specific forum, I ...
7
votes
6answers
3k views
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 Engine)?
This is how far I got by now:
Script receives image via HTML Form Post and is processed by the ...
7
votes
3answers
9k views
ASP.NET : How to detect file upload Mime type?
How do people usually detect mime type once file uploaded using asp.net?
7
votes
6answers
4k views
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 bytes, filename and content-type (i.e. "image/jpg", "audio/mp3", etc).
Does anybody ...
6
votes
1answer
5k views
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: Verizon Webmail
X-Originating-IP: ...
6
votes
4answers
3k views
How can you read a files MIME-type in objective-c
I am interested in detecting the MIME-type for a file in the documents directory of my iPhone application. A search through the docs did not provide any answers.
6
votes
2answers
1k views
How do I determine the extension(s) associated with a MIME type in PHP?
Is there a quick and dirty mapping of MIME types to extensions in PHP that I can make use of?
5
votes
1answer
196 views
Python3: Send email message containing binary data?
The following fails:
>>> a = email.message.Message()
>>> a.set_payload(b'some data')
>>> a.as_string()
TypeError: string payload expected: <class 'bytes'>
It also ...
5
votes
3answers
123 views
Reliability of Mimetypes in Uploads (PHP)
I've had this question for a while: how exactly is the mime type of a file determined? I believe this is done by checking if specific bytes of the file contain any of the known magic numbers / file ...
5
votes
2answers
276 views
How to render chemical reactions in Windows Forms?
How can I represent chemical reactions in windows form? I am using c# language. It is possible to represent mathematical formulas using mimetxt.dll, but what about chemical reactions?
In short, I ...
5
votes
2answers
1k views
java library to find the mime type from file content
I am searching for a java library which tells you the mime type by looking at the file content(byte array). I found this project using jmimemagic and it no longer supports newer file types (eg. MS ...
5
votes
1answer
484 views
Detecting a file mimetype in coldfusion that's already uploaded on the server
I am attempting to detect the file type of a library of files on our webserver as we are implementing code that is designed to stream files to the browser securely. Previously, the files were being ...
5
votes
2answers
412 views
How can I send a multi-part email with text/plain and text/html parts with Grails?
I've looked through the code and documentation for the Grails Mail plugin (version 0.9) and it doesn't have the support I'm looking for. You can only set a single body and then provide a mime ...
5
votes
3answers
747 views
What is the importance of correct MIME types?
In my Chrome I am getting these warnings:
Resource interpreted as stylesheet but transferred with MIME type text/plain.
Resource interpreted as script but transferred with MIME type text/html.
...
5
votes
3answers
1k views
How to serve multipart/related content in PHP?
Say, I have an application/xhtml+xml content and a gif image. How can I serve (not render) these two in a single http get request (using PHP)? It should be a multipart/related content. After reading ...
5
votes
5answers
2k views
Are there .NET Framework methods to parse an email (MIME)?
Is there a class or set of functions built into the .NET Framework (3.5+) to parse raw emails (MIME documents)?
I am not looking for anything fancy or a separate library, it needs to be built-in. ...
5
votes
4answers
1k views
Generate HTML e-mail with embedded images in Delphi
Anyone know of a good example of generating HTML e-mail with embedded images and an alternate text part? I need to generate some tabular reports in HTML and would like to embed logos and other images.
...
5
votes
1answer
4k views
Python: 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 embed images which are included in the html.
So for example if the body is something like
<img ...
5
votes
6answers
5k views
how to tell if a string is base64 or not
I have many emails coming in from different sources.
they all have attachments, many of them have attachment names in chinese, so these
names are converted to base64 by their email clients.
When I ...
5
votes
5answers
8k views
How can I save email attachments to the server in PHP?
I've been battling PHP's email reading functions for the better part of two days. I'm writing a script to read emails from a mailbox and save any attachments onto the server. If you've ever done ...
5
votes
2answers
220 views
Is there any wiki engine that supports page creation by email?
I want to consolidate all the loose information of the company I work for into a knowledge base. A wiki seems to be the way to go, but most of the relevant information is buried inside PST files, and ...
4
votes
3answers
918 views
Best way to handle email parsing/decoding in PHP?
Currently I'm using the PEAR library's mimeDecode.php for parsing incoming emails. It seems to have a lot of issues and fails to decode a lot of messages, so I'd like to replace it with something ...
4
votes
1answer
73 views
Raw emails needed for testing
I'm playing around with a new C# email library and would like to test it as much as possible. I've used several POP3 email servers (e.g. Exchange, Hotmail, Gmail, etc.) to test support for the most ...
4
votes
3answers
481 views
How can I query IIS for MIME Type Mappings?
How can I programatically read IIS's MIME types? I'd like to use them when I stream data to my clients using WCF.
Any tips, or API would be appreciated
4
votes
1answer
75 views
How do I send an email in Django with a certain mimetype?
MYMESSAGE = "<div>Hello</div><p></p>Hello"
send_mail("testing",MYMESSAGE,"noreply@mydomain.com",['assdf@gmail.com'],fail_silently=False)
However, this message doesn't get the ...
4
votes
2answers
794 views
How do I register a file association in Ubuntu
I'm in the process of creating a Ubuntu Installer and I need to register my own file extension I cant find any examples of how to do this.
Could people provide me with some script snippets on how to ...
4
votes
4answers
189 views
REST question: PUT one representation, GET a different one?
Short version of the question:
Does "GET" at a particular URI need to match what was "PUT" to that URI?
I think not. Here's why:
Given that a resource is an abstract thing that is theoretically ...
4
votes
4answers
6k views
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 restful resource:
www.mysite.com/jobs/1
It renders my job in html, however, if I request:
...
4
votes
1answer
2k views
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 = ("My subject")
from = "me@mydomain.com"
message = ...
4
votes
5answers
2k views
4
votes
1answer
2k views
SOAP with Attachment (SwA) in C#
I need to use .NET in order to consume a JAVA written SOAP service which expects simple MIME attachments on some of its method.
Does anybody know how to accomplish it? I could not find any ...