On Wed, 11 Aug 2004 10:15:00 -0700 (PDT), Matthew Sims
<[EMAIL PROTECTED]> wrote:
[snip]
> >
> > Yes.  But both Squirrel and Horde must speak IMAP to the mail server,
> > whether on localhost or remote.  IMAP's nontrivial and introduces more
> > load on the web app server than -- say -- a POP-based mail GUI. Or
> > static web pages.
> 
> There's a difference between what POP and IMAP does. Basically, do you
> want your users to view mail from one computer only (laptops, desktops)
> with no worries about disk space or from any computer (terminals all
> around the area) with email stored on the mail server.
> 
> http://www.cit.cornell.edu/computer/email/imap-pop.html
> 
[snip]

Quick comment. POP does not *have* to download the messages locally
*only*. It can also leave the messages on the server, behaving much
like IMAP. Of course, POP by default will not leave the message on the
server and it much more lightweight (less features) than IMAP. It all
depends on what you and your app need.

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to