symmetry-imap v0.1.3 (2020-08-17T20:50:11Z)
Dub
Repo
Email
jmap
types
Undocumented in source.
version(SIL)
struct
Email {
string
id
;
string
blobId
;
string
threadId
;
Set
mailboxIds
;
Set
keywords
;
Emailer
[]
from
;
Emailer
[]
to
;
string
subject
;
SysTime
date
;
int
size
;
string
preview
;
Attachment
[]
attachments
;
ModSeq
createdModSeq
;
ModSeq
updatedModSeq
;
Nullable
!
SysTime
deleted
;
}
Members
Variables
attachments
Attachment
[]
attachments
;
Undocumented in source.
blobId
string
blobId
;
Undocumented in source.
createdModSeq
ModSeq
createdModSeq
;
Undocumented in source.
date
SysTime
date
;
Undocumented in source.
deleted
Nullable
!
SysTime
deleted
;
Undocumented in source.
from
Emailer
[]
from
;
Undocumented in source.
id
string
id
;
Undocumented in source.
keywords
Set
keywords
;
Undocumented in source.
mailboxIds
Set
mailboxIds
;
Undocumented in source.
preview
string
preview
;
Undocumented in source.
size
int
size
;
Undocumented in source.
subject
string
subject
;
Undocumented in source.
threadId
string
threadId
;
Undocumented in source.
to
Emailer
[]
to
;
Undocumented in source.
updatedModSeq
ModSeq
updatedModSeq
;
Undocumented in source.
Meta
Source
See Implementation
jmap
types
aliases
Attachment
Emailer
ModSeq
Set
Url
classes
FilterCondition
FilterOperator
enums
EmailBodyProperty
EmailProperty
EmailQuerySortOption
FilterOperatorKind
functions
allMailboxPaths
conditionAsFilter
filterCondition
findMailboxPath
mailboxPath
operatorAsFilter
serializeAsdf
toUTCDate
uriEncode
interfaces
Filter
manifest constants
NullDateTime
NullUint
nullArray
structs
Account
AccountCapabilities
AccountParams
Comparator
Contact
ContactAddress
ContactGroup
ContactInformation
Credentials
Email
EmailAddress
EmailChangeLogEntry
EmailSubmission
Envelope
HighLowModSeqCache
Invocation
JmapFile
JmapRequest
JmapResponse
JmapResponseError
Mailbox
MailboxEmailList
MailboxRights
MailboxSortProperty
ResultReference
Session
SessionCoreCapabilities
SubmissionParams
Thread
ThreadChangeLogEntry
ThreadEmail
ThreadRef