X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=ImportMailMessage.php;h=ce4ea30d905b74816b063e3e43e3bb0b7a2ab56b;hb=692861c958898f425cc365906c092559d7cfc60c;hp=d53e860a1e102bc861f983cf63b3353c5ec6c4fa;hpb=51f2232dbe62bd348fecd1a0fa15c4c49a6b55be;p=Pman.Core diff --git a/ImportMailMessage.php b/ImportMailMessage.php index d53e860a..ce4ea30d 100644 --- a/ImportMailMessage.php +++ b/ImportMailMessage.php @@ -56,6 +56,7 @@ class Pman_Core_ImportMailMessage extends Pman_Core_ConvertStyle } require_once 'File/Convert.php'; $fc = new File_Convert($path, 'text/html'); + $plain = $fc->convert('text/plain'); $this->jok(file_get_contents($plain)); }