List Threads Query Params
Constructors
Types
Builder for ListThreadsQueryParams.
Properties
Return emails that contain attachments.
Return threads whose most recent message was received after this Unix timestamp.
Return threads whose most recent message was received before this Unix timestamp.
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
The provider-specific query string used to search messages. Available for Google and Microsoft Graph only.
Functions
Override convertToMap to handle the inFolder parameter correctly. The API expects a single folder ID, so we use only the first item if a list is provided.
Return emails that have been sent or received from this list of email addresses.
Return emails that contain attachments.
Filter for threads in a specific folder or label. Note: The Nylas API only supports filtering by a single folder ID. If a list is provided, only the first folder ID will be used.
Return threads whose most recent message was received after this Unix timestamp.
Return threads whose most recent message was received before this Unix timestamp.
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
The provider-specific query string used to search messages. Available for Google and Microsoft Graph only.
Return emails that are starred.
Return items with a matching literal subject.