Kaynağa Gözat

Change message/rfc822 save file extension

pdontthink 17 yıl önce
ebeveyn
işleme
f381454a89
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/download.php

+ 1 - 1
src/download.php

@@ -131,7 +131,7 @@ if (strlen($filename) < 1) {
     else if ($type1 == 'postscript' && $type0 == 'application')
     else if ($type1 == 'postscript' && $type0 == 'application')
         $suffix = 'ps';
         $suffix = 'ps';
     else if ($type1 == 'rfc822' && $type0 == 'message')
     else if ($type1 == 'rfc822' && $type0 == 'message')
-        $suffix = 'msg';
+        $suffix = 'eml';
     else
     else
         $suffix = $type1;
         $suffix = $type1;