Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

E-Mail Header: MIME-Version: 1.0 - When should this be used?

This could be rightfully construed as a beginner's question.

Consider the following e-mail header:

MIME-Version: 1.0

My Questions:

  • When should you stamp an e-mail with this header?
  • When should you omit this e-mail header?

EDIT: Is it true that whenever you specify a 'Content Type' header, no matter what that content type happens to be, that you should also specify 'MIME-Version'? [This link tipped me off to the possibility.]

like image 584
Jim G. Avatar asked Aug 25 '10 00:08

Jim G.


1 Answers

According to Wikipedia, you should use the 'MIME-Version: 1.0' heading when you're sending an e-mail that contains one of the following:

  • Text in character sets other than ASCII
  • Non-text attachments
  • Message bodies with multiple parts
  • Header information in non-ASCII character sets
like image 118
Jim G. Avatar answered Oct 09 '22 02:10

Jim G.