home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextApps / Mail.app / MimeFileTypes < prev    next >
Text File  |  1995-11-02  |  2KB  |  48 lines

  1. #
  2. #  MIME File Type Mapping Table
  3. #
  4. #  This file maps MIME content types to UNIX file extensions.  Where
  5. #  there is multiple file extensions for a particular MIME type, the
  6. #  first one will be used for incoming messages (and all for outgoing).
  7. #
  8. #  An incoming attachment with a MIME type not listed below will receive
  9. #  a file extension from the MIME subtype with any possible "x-" prefix
  10. #  removed.  An outgoing attachment with a file extension not listed
  11. #  below will receive a MIME type of application/octet-stream.
  12. #
  13. #  A MIME subtype of "*" can be used to indicate that all incoming
  14. #  attachments of that type should be mapped to the specified file
  15. #  extension.  This does not effect outgoing attachments.
  16. #
  17. #  Finally, an entry with no file types indicates that the corresponding
  18. #  MIME attachments should not be given any file type at all.  This only
  19. #  affects incoming messages.
  20. #
  21. #  Note that the MIME type audio/basic is special and will only be
  22. #  used if the sound file is 8 bit mu-law @ 8 KHz (or the file contains
  23. #  raw data, which is assumed to be the same).
  24. #
  25.  
  26. application/mac-binhex40    hqx
  27. application/postscript        ps eps ai
  28. application/pdf            pdf
  29. application/rtf            rtf
  30. application/msword        doc word msword
  31. application/wordperfect5.1    wp
  32. application/zip            gz z
  33. audio/basic            snd vox au
  34. audio/x-next            snd vox au
  35. image/gif               gif
  36. image/ief            ief
  37. image/jpeg            jpg jpeg
  38. image/pbm            pbm pgm ppm
  39. image/tiff              tiff tif
  40. image/x-xwd            xwd
  41. message/external-body        external-body
  42. multipart/x-folder
  43. text/html            html
  44. video/mpeg            mpg mpeg
  45. video/quicktime            mov qt
  46.  
  47. text/plain            txt
  48.