| 152 | | { |
| 153 | | component : 'formauth', |
| 154 | | action : 'authenticate', |
| 155 | | token : '3423lkjjhdfSDfj234rlkjkfs' |
| 156 | | }, |
| 157 | | { |
| 158 | | component : 'webmail', |
| 159 | | action : 'deleteMessage', |
| 160 | | messageId : '14312', |
| 161 | | mailbox : 'INBOX' |
| 162 | | } |
| 163 | | { |
| 164 | | component : 'webmail', |
| 165 | | action : 'deleteMessage', |
| 166 | | messageId : '15432', |
| 167 | | mailbox : 'INBOX' |
| 168 | | } |
| | 152 | actions : |
| | 153 | [ |
| | 154 | { |
| | 155 | component : 'formauth', |
| | 156 | action : 'authenticate', |
| | 157 | token : '3423lkjjhdfSDfj234rlkjkfs' |
| | 158 | }, |
| | 159 | { |
| | 160 | component : 'webmail', |
| | 161 | action : 'deleteMessage', |
| | 162 | messageId : '14312', |
| | 163 | mailbox : 'INBOX' |
| | 164 | }, |
| | 165 | { |
| | 166 | component : 'webmail', |
| | 167 | action : 'deleteMessage', |
| | 168 | messageId : '15432', |
| | 169 | mailbox : 'INBOX' |
| | 170 | } |
| | 171 | ] |