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.

5 lines (4 loc) 204 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare class ImapExecuteHandler { static execute(executeFunctions: IExecuteFunctions): Promise<INodeExecutionData[][]>; }