Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API landing page for @qawolf/emails.
import { mail } from "@qawolf/emails"; import { configureEmailsClient, createEmailsClient } from "@qawolf/emails";
const inbox = await mail.inbox({ new: true }); const message = await inbox.waitForMessage({});
Was this page helpful?