UNPKG

tm-playwright-framework

Version:

Playwright Cucumber TS framework - The easiest way to learn

7 lines (6 loc) 371 B
import { ImapFlow } from "imapflow"; declare function connect_IMAP(): Promise<void>; declare function getFolder(folderName: string): Promise<ImapFlow.MailboxLock>; declare function disconnectIMAP(): Promise<void>; declare function getUnreadMessages(mailFolder?: string): Promise<ImapFlow.Message[]>; export { connect_IMAP, getFolder, getUnreadMessages, disconnectIMAP };