aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/extensions/xgmext/terms.go
blob: b7dcfd3acdedd1b26304fb1ad30ab7383b408ea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
package xgmext

var Terms = []string{
	"from:",
	"to:",
	"cc:",
	"bcc:",
	"subject:",
	"label:",
	"deliveredto:",
	"category:primary",
	"category:social",
	"category:promotions",
	"category:updates",
	"category:forums",
	"category:reservations",
	"category:purchases",
	"has:",
	"has:attachment",
	"has:drive",
	"has:document",
	"has:spreadsheet",
	"has:presentation",
	"has:youtube",
	"list:",
	"filename:",
	"in:",
	"is:",
	"is:important",
	"is:read",
	"is:unread",
	"is:starred",
	"after:",
	"before:",
	"older:",
	"newer:",
	"older_than:",
	"newer_than:",
	"size:",
	"larger:",
	"smaller:",
	"rfc822msgid:",
	"OR",
	"AND",
	"AROUND",
}