DataObjects/pman.links.ini
[Pman.Core] / Mailer.php
index 685de70..dd5cfe0 100644 (file)
@@ -312,9 +312,6 @@ class Pman_Core_Mailer {
         
         foreach ($imgs as $i=>$img) {
             $url  = $img->getAttribute('src');
-            if(substr($url, 0, 3) == 'cid'){
-                continue;
-            }
             $conv = $this->fetchImage($url);
             $this->images[$conv['contentid']] = $conv;