mirror of
https://github.com/mjl-/mox.git
synced 2025-07-16 07:14:40 +03:00
webmail: add button to mark a mailbox and its children as read
this sets the seen flag on all messages in the mailbox and its children.
This commit is contained in:
@ -247,6 +247,20 @@
|
||||
],
|
||||
"Returns": []
|
||||
},
|
||||
{
|
||||
"Name": "MailboxesMarkRead",
|
||||
"Docs": "MailboxesMarkRead marks all messages in mailboxes as read. Child mailboxes are\nnot automatically included, they must explicitly be included in the list of IDs.",
|
||||
"Params": [
|
||||
{
|
||||
"Name": "mailboxIDs",
|
||||
"Typewords": [
|
||||
"[]",
|
||||
"int64"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Returns": []
|
||||
},
|
||||
{
|
||||
"Name": "MailboxCreate",
|
||||
"Docs": "MailboxCreate creates a new mailbox.",
|
||||
|
Reference in New Issue
Block a user