Skip to main content
The Zoho Mail plugin syncs data locally. Use corsair.zohomail.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Folders

Path: zohomail.db.folders.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Messages

Path: zohomail.db.messages.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.