|
|
|
|
|
by saurik
4716 days ago
|
|
The reason Gmail's IMAP is built the way it is is not because it maps well the semantics of Gmail to IMAP, but because it provided a reasonable way to access the semantics of Gmail using the semantics of Outlook. IMAP supports labels on messages in the form of user-defined flags; Gmail is really a single massive mailbox (what Outlook represents as a folder) with tons of flags. Most IMAP clients, however, suck at indexing flags, barely even let the user see and edit flags, sometimes only supporting five flags... it would have been useless. |
|