Service: zimbraMail

Command: GetIMAPRecentCutoff
Namespace: urn:zimbraMail
Description: Return the count of recent items in the specified folder
Properties:
Authorization token required true
Admin Authorization token required false

GetIMAPRecentCutoffRequest

    <GetIMAPRecentCutoffRequest id="{folder-id}" /> ## GetIMAPRecentCutoffRequest

elements and attributes you can define within a <GetIMAPRecentCutoffRequest> element:

XPath Required / Optional Description
@id Required (only 1) Type: String
Folder ID

GetIMAPRecentCutoffResponse

    <GetIMAPRecentCutoffResponse cutoff="{imap-recent-cutoff} (int)" /> ## GetIMAPRecentCutoffResponse

elements and attributes you can define within a <GetIMAPRecentCutoffResponse> element:

XPath Required / Optional Description
@cutoff Required (only 1) Type: int
The last recorded assigned item ID in the enclosing Mailbox the last time the folder was accessed via a read/write IMAP session.
Note that this value is only updated on session closes