|
|
| |
1. It does not display images |
|
Reply |
|
|
 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 |
|
|
 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. |
|