Changes between Version 14 and Version 15 of JSON_messaging
- Timestamp:
- Feb 12, 2007 12:07:55 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSON_messaging
v14 v15 158 158 component : 'webmail', 159 159 action : 'deleteMessage', 160 messageId : '14312' 160 messageId : '14312', 161 mailbox : 'INBOX' 162 } 163 { 164 component : 'webmail', 165 action : 'deleteMessage', 166 messageId : '15432', 167 mailbox : 'INBOX' 161 168 } 162 169 ] 163 170 } 164 171 }}} 165 * we want to be able to delete multiple messages at the same time166 * we should also be able to pass along an optional argv "mailbox"167 172 168 173 == Delete Message Response (to client) == … … 176 181 component : 'webmail', 177 182 actions : 178 { 179 action : 'confirmDeleteMessage', 180 messageId : '14312' 181 } 183 [ 184 { 185 action : 'confirmDeleteMessage', 186 messageId : '14312' 187 } 188 ] 182 189 } 183 190 ] 184 191 } 185 192 }}} 186 * messageId should also be an array/object187 193 188 194 ----
