UNPKG

@push.rocks/smartimap

Version:

A Node.js library for event-driven streaming and parsing of IMAP email messages.

6 lines (5 loc) 168 B
import * as events from 'events'; export { events, }; import * as mailparser from 'mailparser'; import * as imapflow from 'imapflow'; export { mailparser, imapflow, };