Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2007-08-08 17:42:47
Size: 854
Editor: TimoSirainen
Comment:
Revision 8 as of 2007-08-08 18:41:15
Size: 909
Editor: TimoSirainen
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * [:ClientImplementation/Protocol:Protocol issues]
Line 10: Line 11:
 * [:ClientImplementation/Synchronization:Synchronizing changes]  * [:ClientImplementation/Synchronization:Mailbox synchronization]

Best Practices for Implementing an IMAP Client

IMAP clients can be implemented in many different ways. Sometimes clients access the server in very unfriendly ways because of ignorance, sometimes it's simply because the user interface requires it. This guide tries to help you to implement your client in as server-friendly way as possible, even for user interface features that are considered bad by some people.

None: ClientImplementation (last edited 2014-02-07 14:30:48 by TimoSirainen)