> (this mail servers ONLY have POP and not IMAP access). I'm looking for > a webmail suit with a decent performance. That is: It doesn't download > ALL the INBOX in order to show a preview of the messages (for > example). phpGW will grab all the headers (using the php-imap extension or sockets) of all the messages and cache them for about 5 minutes. This should reduce some of the load.
while the cache will help, the probelm is still the fact that it is POP3. POP3 is a protocol that does not lend itself to a webmail environment. period. _______________________________________________ phpGroupWare-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
