You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webmail/api.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,20 @@
247
247
],
248
248
"Returns": []
249
249
},
250
+
{
251
+
"Name": "MailboxesMarkRead",
252
+
"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.",
constremove=popover(actionBtn,{transparent: true},dom.div(style({display: 'flex',flexDirection: 'column',gap: '.5ex'}),dom.div(dom.clickbutton('Move to trash',attr.title('Move mailbox, its messages and its mailboxes to the trash.'),asyncfunctionclick(){
5498
+
constremove=popover(actionBtn,{transparent: true},dom.div(style({display: 'flex',flexDirection: 'column',gap: '.5ex'}),dom.div(dom.clickbutton('Mark as read',attr.title('Mark all messages in the mailbox and its sub mailboxes as read.'),asyncfunctionclick(){
0 commit comments