PHP Classes

Works well Wish there was a quick_use_sample.

Recommend this page to a friend!

      POP3 e-mail client  >  All threads  >  Works well Wish there was a...  >  (Un) Subscribe thread alerts  
Subject:Works well Wish there was a...
Summary:Package rating comment
Messages:3
Author:Tushar
Date:2010-03-31 11:02:35
Update:2010-04-19 06:03:49
 

Tushar rated this package as follows:

Utility: Good
Consistency: Good
Examples: Sufficient

  1. Works well Wish there was a...   Reply   Report abuse  
Picture of Tushar Tushar - 2010-03-31 11:02:35
Works well
Wish there was a quick_use_sample.php so that we do not need to figure out usage from the test class.

Also a read me with what are the minimum files.

Sample should include : how to set up (incldes and init class), read a message headers, read body parts - text, html, attachments in a memory eficient way and for short messages all in mem to get text (with a check on message size to see if can use all in memory)

But the parsing works well.

  2. Re: Works well Wish there was a...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-03-31 11:11:56 - In reply to message 1 from Tushar
The message parsing aspect is implemented by the MIME parser class. That class has plenty of documentation.

  3. Re: Works well Wish there was a...   Reply   Report abuse  
Picture of Angelo Fraietta Angelo Fraietta - 2010-04-19 06:03:49 - In reply to message 1 from Tushar
I found that it worked almost out of the box - I only needed to write my own server details in the test_pop3.php.