Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
1answer
13 views

How can I see the plain text version of a MIME email?

I'm building an App that will send HTML emails. I compose MIME formatted email. I want to test both versions of the content (Html and Plain text) : Is there a way to see the plain/text version of the ...
2
votes
0answers
37 views

Modify Firefox mimetypes.rdf to prompt Open With for application/octet-stream

Some web-servers intentionally or inadvertently use the application/octet-stream mime-type for files where either the actual mime-type isn't known or when they are incorrectly configured. Or perhaps ...
0
votes
0answers
28 views

Why would IIS 5.1 (Windows XP) not produce the correct MIME type for css files?

I'm doing some HTML pages which include a style sheet and some server side includes. Now, I want to set up a laptop so I can work on it; the machine has Windows XP and IIS 5.1. I have set up a ...
0
votes
1answer
44 views

Only output curl result dependent on mime-type

Is it possible to make curl only save the output of curl -o if the file is of a certain mime-type? For example, I might use the following command to download a bunch of images off a server... curl ...
0
votes
0answers
20 views

Linux software for printing message/* or multipart/* files to a printer

Which software can I use if I want to print a file with mime-type message/* or multipart/* (eg: message/rfc822, multipart/mixed etc, eml/hta files and such) to a physical printer (laser printer / ...
3
votes
1answer
58 views

Handling files without an extension

I'd like to know how Windows XP, Vista and 7 handle files without a file extension. I'd test it myself, but I don't have access to a Windows machine currently. To my knowledge, Windows XP throws up ...
2
votes
1answer
136 views

Determine the mime type when downloading a file

I want to view the mime type when I am downloading a file. How can I do this? (I am using Firefox at the moment, but I can download another browser if necessary)
1
vote
1answer
122 views

file -i returns wrong mime type for an mp3 with integrated image-thumbnail

If i enter $ file -i music.mp3 it returns music.mp3: application/octet-stream; charset=binary If i wipe all tags and image in this file it recognises MIME type correctly. music.mp3: audio/mpeg; ...
1
vote
1answer
410 views

Why Does DreamWeaver CS5 Discriminate between File Extensions, Even After Modding Mime Types?

Hi folks, Even After I forced DreamWeaver CS5 to allow opening of .ast extensions as a MIME type of php5, which DreamWeaver now opens and colors correctly as described here, I still have trouble ...
0
votes
5answers
166 views

What is the simplest web server I can operate which also allows configuring mime-types?

I would like a dead-simple web/file server (ideally, something no more complicated than "run this command with these flags") which also allows specifying mime-types based on file extensions. Something ...
0
votes
0answers
67 views

Apache error responding to OpenID clent login with content negotiation

Superuser OpenID login sends a request like this: telnet phor.net 80 GET /professional HTTP/1.0 Accept:text/html,application/xhtml+xml,application/xrds+xml` And my Apache server gives the error: ...
2
votes
1answer
71 views

MIME Formatting issue

I have a question regarding MIME formatting and emails. Every now and again I get this kind of message come through. What could be causing it and what possible fix could I implement? The client is ...
1
vote
2answers
1k views

mime decoder for windows

Is there a (preferably command-line) MIME decoder available for windows (like ripMIME for *nix)? Someone sent me a MIME encoded message (this one with multiple MIME parts) that Google mail nor ...
3
votes
3answers
3k views

Thunderbird uses wrong attachment mime type on Windows Vista

Thunderbird running on Windows Vista has usually sent Microsoft Word documents as mime type application/msword, which as I understand is correct. However, now it has suddenly decided to send Word ...
1
vote
2answers
602 views

Mime-type problems with IE and wikipedia

If I search for something on wikipedia with google and try to click through to one of the articles, IE8 prompts me to download the page as it doesn't understand the mime-type. This has not always ...