Skip to content

createMemoryMailProvider

createMemoryMailProvider(emails, opts?): MemoryMailProvider

Defined in: src/provider/memory.ts:38

In-memory MailProvider. searchEmails slices [position, position+limit] of the CURRENT filtered list, so it faithfully reproduces paging-under-mutation: archiving shifts the window exactly like the real transports do.

EmailMeta[]

MemoryOptions = {}

MemoryMailProvider