symmetry-imap ~master (2022-02-01T10:18:44Z)
Dub
Repo
FilterCondition.this
jmap
types
FilterCondition
Undocumented in source.
struct
FilterCondition
@
serdeIgnoreDefault
this
(
string
inMailbox
,
Nullable
!(
string
[])
inMailboxOtherThan
= null
,
string
before
= null
,
string
after
= null
,
Nullable
!uint
minSize
= null
,
Nullable
!uint
maxSize
= null
,
string
allInThreadHaveKeyword
= null
,
string
someInThreadHaveKeyword
= null
,
string
noneInThreadHaveKeyword
= null
,
string
hasKeyword
= null
,
string
notKeyword
= null
,
string
text
= null
,
string
from
= null
,
string
to
= null
,
string
cc
= null
,
string
bcc
= null
,
string
subject
= null
,
string
body_
= null
,
Nullable
!(
string
[])
header
= null
)
Meta
Source
See Implementation
jmap
types
FilterCondition
constructors
this
variables
after
allInThreadHaveKeyword
bcc
before
body_
cc
from
hasKeyword
header
inMailbox
inMailboxOtherThan
maxSize
minSize
noneInThreadHaveKeyword
notKeyword
someInThreadHaveKeyword
subject
text
to