Re: [PHP-PEAR] Net_SMTP
[email protected] ("Jim Winstead")
| Newsgroups | php.pear |
|---|---|
| Message-ID | <[email protected]> |
In article <[email protected]>, [email protected] wrote: > Quoting Vinai Kopp <[email protected]>: >> Chuck - thanks for the info, now I do agree. I got misled by the >> misleading function names... > > Yes, I agree that the function names (and extension name) are rather > unfortunate, but it seems a bit late to do something about them now... > :( from most reports, the c code underlying the functions is rather unfortunate, too. :) (i'm not talking about the php wrappers, just the c-client library.) i wouldn't want to do imap in pure php (but i'm sure someone has), but doing pop3 really isn't that difficult, and the imap extension can be a bit bulky just for that. jim