|
|
| |
1. RetrieveMessage vs OpenMessage/GetMessage |
|
Reply |
|
|
 william drescher | 2007-05-29 11:37:44 |
Thank you for this class and MimeParser.
When would one use RetrieveMessage and when is it better to use OpenMessage and GetMessage ? |
| |
2. Re: RetrieveMessage vs OpenMessage/GetMessage |
|
Reply |
|
|
 Manuel Lemos | 2007-05-29 21:12:14 - In reply to message 1 from william drescher |
| With GetMessage you can retrieve small pieces of the message at once. That is important to be able to retrieve large messages without exceeding the PHP memory limits. |
| |
3. Re: RetrieveMessage vs OpenMessage/GetMessage |
|
Reply |
|
|
 william drescher | 2007-05-30 00:52:13 - In reply to message 2 from Manuel Lemos |
| Thank you. |
|