phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [phpGroupWare-users] Webmail via POP


From: Chris Weiss
Subject: Re: [phpGroupWare-users] Webmail via POP
Date: Fri, 5 Jan 2007 10:35:15 -0600

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]