smartimap/ts/smartimap.plugins.ts

15 lines
204 B
TypeScript
Raw Normal View History

2024-09-19 08:33:57 +00:00
// node native
import * as events from 'events';
export {
events,
}
// third party
import * as mailparser from 'mailparser';
import * as imapflow from 'imapflow';
export {
mailparser,
imapflow,
}