Description
For one of my customer, we would like to provide additional features for the webadmin mailbox endpoints:
- Counting emails in a given mailbox
- Counting unseen emails in a given mailbox
- Clearing content of a given mailbox
Here are the proposed endpoints to match this need:
GET /users/bob@domain.tldmailboxes/mbxName/messageCount 36 GET /users/bob@domain.tldmailboxes/mbxName/unseenMessageCount 18 DELETE /users/bob@domain.tldmailboxes/mbxName/messages Return code: 204
Attachments
Issue Links
- links to