Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
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",
}
Functions ¶
func NewHandler ¶
func NewRawSearch ¶
func NewRawSearch(search string) *rawSearch
func NewThreadIDSearch ¶
func NewThreadIDSearch(threadIDs []string) *threadIDSearch
NewThreadIDSearch return an imap.Command to search UIDs for the provided thread IDs using the X-GM-EXT-1 (Gmail extension)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.