Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Get ¶
type Get struct { Account jmap.ID `json:"accountId,omitempty"` Filter interface{} `json:"filter,omitempty"` EmailIDs []jmap.ID `json:"emailIds,omitempty"` ReferenceIDs *jmap.ResultReference `json:"#emailIds,omitempty"` }
Get search snippet details https://www.rfc-editor.org/rfc/rfc8621.html#section-5.1
type GetResponse ¶
type GetResponse struct { Account jmap.ID `json:"accountId,omitempty"` List []*SearchSnippet `json:"list,omitempty"` NotFound []jmap.ID `json:"notFound,omitempty"` }
type SearchSnippet ¶
type SearchSnippet struct { Email jmap.ID `json:"emailId,omitempty"` Subject string `json:"subject,omitempty"` Preview string `json:"preview,omitempty"` }
Search preview snippet https://www.rfc-editor.org/rfc/rfc8621.html#section-5
Click to show internal directories.
Click to hide internal directories.