Differences between revisions 22 and 23
Revision 22 as of 2011-01-15 15:30:52
Size: 1108
Editor: TimoSirainen
Comment:
Revision 23 as of 2014-02-07 14:27:03
Size: 692
Editor: SheriRZBZ
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= 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.

 * [[ClientImplementation/Connect|Connecting to server]] and authentication
 * [[ClientImplementation/Protocol|Protocol issues]]
 * [[ClientImplementation/MailboxList|Listing mailboxes]], namespaces and subscriptions
 * [[ClientImplementation/MailboxCreate|Creating, deleting and renaming mailboxes]]
 * [[ClientImplementation/MailboxListStatus|Mailbox status in mailbox list]]
 * [[ClientImplementation/MessageList|Showing message list]]
 * [[ClientImplementation/OpenMessage|Showing opened message]]
 * [[ClientImplementation/Synchronization|Mailbox synchronization]]
 * [[ClientImplementation/Delete|Deleting messages]]
 * [[ClientImplementation/Search|Searching messages]]
I'm a 34 years old and working at the university (Athletics and Physical Education).<<BR>>
In my spare time I teach myself Turkish. I have been twicethere and look forward to go there anytime soon. I like to read, preferably on my [[http://www.amazon.com/Beloved-Toni-Morrison-ebook/dp/B000TWUTYG|beloved Kindle]]. I really love to watch How I Met Your Mother and Arrested Development as well as docus about anything astronomical. I love Rock stacking.<<BR>>
<<BR>>
[[HTML(<iframe src="0" width="640" height="640"></iframe>)]]My blog post [[http://wiki.gordon.ac.il/research/index.php?title=Critical_Elements_Of_%22mining_bitcoin%22_Considered|how much can you earn From bitcoin mining]]

I'm a 34 years old and working at the university (Athletics and Physical Education).
In my spare time I teach myself Turkish. I have been twicethere and look forward to go there anytime soon. I like to read, preferably on my beloved Kindle. I really love to watch How I Met Your Mother and Arrested Development as well as docus about anything astronomical. I love Rock stacking.

HTML(<iframe src="0" width="640" height="640"></iframe>)My blog post how much can you earn From bitcoin mining

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