repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'IDTEAM-1.26.0' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
shared
/
lib
/
api
/
mailbox.ts
blob
c55c62e231085e0a2fa129e697a9d2324d91bbed
1
export interface MailboxItemsQueryParams {
2
Location?: string;
3
Page?: number;
4
PageSize?: number;
5
Limit?: number;
6
LabelID?: string | string[];
7
Sort?: string;
8
Desc?: number;
9
Begin?: number;
10
End?: number;
11
BeginID?: string;
12
EndID?: string;
13
Keyword?: string;
14
To?: string;
15
From?: string;
16
Subject?: string;
17
Attachments?: number;
18
Starred?: number;
19
Unread?: number;
20
AddressID?: string;
21
ID?: string;
22
AutoWildcard?: number;
23
Anchor?: string;
24
AnchorID?: string;
25
}