PHP Classes

It does not display images

Recommend this page to a friend!

      POP3 e-mail client  >  All threads  >  It does not display images  >  (Un) Subscribe thread alerts  
Subject:It does not display images
Summary:It does not display images from remote sites
Messages:2
Author:Velonis
Date:2007-02-12 18:28:38
Update:2007-02-12 21:07:05
 

  1. It does not display images   Reply   Report abuse  
Picture of Velonis Velonis - 2007-02-12 18:28:38
I want to download HTML e-mails like newsletters and convert them to webpages. The newsletters usually do not embed images so for the moment I want to show images from remote sites (they have external links).

Is there a way to solve this?

  2. Re: It does not display images   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-02-12 21:07:05 - In reply to message 1 from Velonis
Use the POP3 class in conjunction with MIME parser class so it can parse the messages and you can look at the HTML parts already decoded.

Take a look at the parse_message.php script to see how you can do that.