Searching php script to read .eml

Hello

I am searching a php script/class to “read only” an .eml file correctly ( email message which contains the full message headers and full MIME-encoded message content.) such as any webmail script . It should not have all the features included in a webmail software , it should have only possibility to show correctly an .eml file (it should show correctly html, and permits to download attachments) . Anyone knows if exists a php script like this ?

Thank you!

PHP has a mailparse extension that does what you want, but it’s not installed with PHP by default so you’ll have to do that yourself (or ask your host to do it).

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.