Posted by Manuel Lemos on 07/17/06 01:39
Hello,
on 07/16/2006 12:12 PM B.r.K.o.N.j.A said the following:
> Can anyone reccomend a good class for retrieving mail messages from pop3
> server? I need basic funcionality (i've checked pop3 class from
> phpclasses.org) which is to download message body (both plain text and
> html messages) and display it correctly in browser. I'm not developing a
> webmail app, I just need to display mails properly.
>
> Any reccomendations?
Probably you tried this:
http://www.phpclasses.org/pop3class
I recommend that you also use this MIME parser class in conjunction that
can be used to parse messages to extract its parts so it will be easier
to display:
http://www.phpclasses.org/mimeparser
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|