home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / W32_250.ZIP / W32-250.EXE / MIME-MAP.PM < prev    next >
Text File  |  1996-12-18  |  874b  |  25 lines

  1. ;
  2. ; Pegasus Mail MIME Mapping file.
  3. ; This file is used to add MIME content-type mappings into Pegasus Mail
  4. ;
  5. ; Each line in the file defines a bi-directional mapping between a MIME
  6. ; content type on the left and a Pegasus Mail attachment type on the
  7. ; right.
  8. ;
  9. ; When you add an attachment to a message, WinPMail will look through
  10. ; this file looking for an attachment type match; when it finds one, it
  11. ; will write the attachment using that MIME content type.
  12. ;
  13. ; When looking for viewers, Pegasus Mail performs the reverse of the
  14. ; same search, looking for a line containing a content type that matches
  15. ; the one used to send the file; if it finds one, it searches its list
  16. ; of attachment viewers for the attachment type defined on the same line.
  17. ;
  18. ; The format of this file is:
  19. ;
  20. ;       content_type = attachment_type
  21. ;
  22.  
  23. Text/HTML = HTML-text
  24.  
  25.