SearchQuery
Defined in: src/types.ts:42
Transport-neutral search. Adapters compile this to a JMAP filter tree or a Fastmail search string, degrading per their capabilities (see ProviderCapabilities.serverSideNotFrom).
Properties
Section titled “Properties”after?
Section titled “after?”
optionalafter?:string
Defined in: src/types.ts:50
ISO date YYYY-MM-DD; the only date operator Fastmail search reliably accepts
optionalfrom?:string
Defined in: src/types.ts:46
inMailbox?
Section titled “inMailbox?”
optionalinMailbox?:string&object|"inbox"
Defined in: src/types.ts:43
notFrom?
Section titled “notFrom?”
optionalnotFrom?:string[]
Defined in: src/types.ts:48
literal addresses only — domain negation is not supported by Fastmail search
optionaltext?:string
Defined in: src/types.ts:45
full-text term, e.g. ‘unsubscribe’
unreadOnly?
Section titled “unreadOnly?”
optionalunreadOnly?:boolean
Defined in: src/types.ts:51