| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | false |
<IMAPCopyRequest ids="{ids}" t="{t}" l="{l} (int)" /> ## IMAPCopyRequest
elements and attributes you can define within a
<IMAPCopyRequest> element:
| XPath | Required / Optional | Description |
| @ids | Required (only 1) | Type: String comma separated list of integer ids |
| @t | Required (only 1) | Type: String mail item type. Valid values are case insensitive types from {@link com.zimbra.cs.mailbox.MailItem.Type} enum |
| @l | Required (only 1) | Type: int target folder ID |
<IMAPCopyResponse> ## IMAPCopyResponse
List of any of: {
<item id="{msg-id} (int)" i4uid="{imap-uid} (int)" /> ## IMAPItemInfo
}
</IMAPCopyResponse>
elements and attributes you can define within a
<IMAPCopyResponse> element:
| XPath | Required / Optional | Description |
| /item | Optional (0 or 1) | |
| /item@id | Required (only 1) | Type: int Message ID |
| /item@i4uid | Required (only 1) | Type: int IMAP UID |