This commit is contained in:
2025-10-24 08:09:29 +00:00
commit be406f94f8
95 changed files with 27444 additions and 0 deletions

12
ts/index.ts Normal file
View File

@@ -0,0 +1,12 @@
/**
* @serve.zone/mailer
* Enterprise mail server with SMTP, HTTP API, and DNS management
*/
// Export public API
export * from './mail/core/index.ts';
export * from './mail/delivery/index.ts';
export * from './mail/routing/index.ts';
export * from './api/index.ts';
export * from './dns/index.ts';
export * from './config/index.ts';