Features

Gmail talks only to POP3 servers, sends only via the SMTP protocol, and stores email messages in a mysql database.

It's main feature is the powerful vfolder mechanism. Imagine all your emails are sitting in the one big folder, but you can look at it in different ways (queries). These queries happen at run-time. So you can have a virtual folder (vfolder) which gives you all messages with 'ham' in the subject. And you can have another vfolder which gives you all messages with 'pork' in the subject. And if someone sends you a message with 'pork and ham' in the subject, it will appear under both queries!

The inbox is a special vfolder which will contain any emails that haven't been matched by any of your custom vfolders.