For a user with multiple mailboxes on several servers, a fully decoupled interface permits a single Web user interface to be used for all the mailboxes. Although not widely offered today, such a service would be attractive to some users.
For a service provider, this use of IMAP would enable webmail to fit efficiently into a multitier Web deployment. The IMAP servers can sit at the back end and provide the core message access services. Webmail can be located in a middle tier in front of IMAP, which gives good horizontal scaling and security. Additional use of IMAP proxies will add to the flexibility and scalability of the architecture -- users can connect to any Web server in a clustered pool and be transparently connected to their "home" IMAP service.
This approach is commonly used by both open source and commercial webmail interfaces, but it is not universal. This architectural choice is one consideration in selecting a product or service. One major example of an IMAP open source webmail user interface is SquirrelMail. ... Steve Kille