# What are the differences between POP and IMAP

(Note: The following is really about POP3 and IMAP4.)

Basiclly, <span class="caps">IMAP</span> is a more complex protocol that is more suitable for users who frequently access their e-mails from more than one machine.

- <span class="caps">POP</span> is a much simpler protocol that basically just supports listing, reading and deleting messages, beside authentication. The rest is handled by the e-mail client (such as Thunderbird).
- For <span class="caps">POP</span>, there is no way to “push” a e-mail back to the server, except forwarding it to the same account.
- <span class="caps">IMAP</span> has built-in support for folders. Users can move e-mails around local (client-side) and remote folders.
- It also supports storing states (e.g. read/unread status of a e-mail message) on the server.
- Fewer e-mail providers support <span class="caps">IMAP</span>. e.g. Gmail supports <span class="caps">POP</span> but not <span class="caps">IMAP</span> (yet).