|
|
Subject:
Safe HTML e-mail display in PHP
Category: Computers > Programming Asked by: cvonkleist-ga List Price: $25.00 |
Posted:
22 Mar 2006 07:39 PST
Expires: 21 Apr 2006 08:39 PDT Question ID: 710540 |
I need a way to *safely* display HTML e-mail with links and attachments using PHP. There is a project that produces an open-source PHP library capable of doing this, but I lost the link and I can't find it. The project was mature and advanced and included MIME decoding of HTML e-mail with images and attachments. |
|
There is no answer at this time. |
|
Subject:
Re: Safe HTML e-mail display in PHP
From: daemon_byte-ga on 22 Mar 2006 08:10 PST |
can you not use an existing project such as squirrel mail or neomail? I would suggest looking for your project at http://www.sourceforge.net |
Subject:
Re: Safe HTML e-mail display in PHP
From: cvonkleist-ga on 22 Mar 2006 09:35 PST |
I looked through SourceForge, but I couldn't find this project and I'm not sure why. The project I'm looking for isn't a standalone webmail application, but is instead a separate component whose only job is to display MIME e-mail safely with attachments, including HTML and images. It might be used in SquirrelMail or similar webmail applications, but I can't find reference to it. Thanks for the suggestion. |
Subject:
Re: Safe HTML e-mail display in PHP
From: ika022-ga on 22 Mar 2006 15:50 PST |
In order to be safe, you just need to remove all the scripted language parts : javascript, vbscript. That would be pretty simple to implement in PHP. |
Subject:
Re: Safe HTML e-mail display in PHP
From: cvonkleist-ga on 23 Mar 2006 10:19 PST |
Obviously. That's only part of the problem, though. What I need is a tool that can decode a MIME e-mail and display it safely. If one of the MIME attachments contains HTML, the HTML should be displayed, but without unsafe elements (javascript and vbscript as you mentioned, but others as well). Images should be decoded from their MIME segments and displayed with the HTML. Yes, I could write this, and I will do so if no one can find the project I'm referring to (though I know it exists). However, I want to avoid solving this problem by using someone else's open-source solution. The point of their project was to create a reusable mechanism for doing the sort of thing I'm trying to do. Part of the problem in searching for this hard-to-find project is that Google's results for searches like 'php safe html email mime' are so clogged up with unrelated pages. I'm upping the price to $15. Can anyone find this for me? |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |