Ignore:
Timestamp:
12/28/09 15:47:24 (14 years ago)
Author:
rodsouza
Message:

Ticket #852 - Alterado o sulfixo e realizada a adaptação do MIME.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/gotodownload.php

    r1597 r1899  
    152152                if ($strFileType == ".ndl") 
    153153                        $ContentType = "application/vnd.lotus-notes"; 
     154                if ($strFileType == ".eml") 
     155                        $ContentType = "text/plain"; 
    154156 
    155157                header ("Content-Type: $ContentType"); 
Note: See TracChangeset for help on using the changeset viewer.