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 |
|
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.
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.
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.
|