UNPKG

n8n-nodes-imap-ai

Version:

Simplified IMAP node for n8n with AI-agent support. Clean and modular email and mailbox management for automation workflows.

3 lines (2 loc) 115 B
import { Readable } from 'node:stream'; export declare function streamToString(stream: Readable): Promise<string>;