3
edits
No edit summary |
|||
| Line 8: | Line 8: | ||
* Folder on the IMAP Server to store Contact info | * Folder on the IMAP Server to store Contact info | ||
== Flow | == Flow: Adding A Contact == | ||
When a user adds a new contact, the interface will allow the user to add the data in the various fields on a new Address form, when the user clicks OK, the following things will occur on the IMAP server: | |||
C: - Sent to server | |||
S: - Recieved by Client | |||
C: A003 APPEND Personal/Contacts (\Seen) {5} | |||
S: + Ready for literal data | |||
C: Subject: Doe, John | |||
C: X-Email: <john.doe@someplace.net> | |||
C: Content-Type: text/vCard; CHARSET=US-ASCII | |||
C: | |||
C: | |||
C: | |||
S: A003 OK APPEND completed | |||
edits