This commit is contained in:
2024-09-19 10:33:57 +02:00
commit a8ca492691
15 changed files with 7593 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
// node native
import * as events from 'events';
export {
events,
}
// third party
import * as mailparser from 'mailparser';
import * as imapflow from 'imapflow';
export {
mailparser,
imapflow,
}