feat(storage): add comprehensive tests for StorageManager with memory, filesystem, and custom function backends
feat(email): implement EmailSendJob class for robust email delivery with retry logic and MX record resolution feat(mail): restructure mail module exports for simplified access to core and delivery functionalities
This commit is contained in:
13
ts/index.ts
13
ts/index.ts
@@ -1,13 +0,0 @@
|
||||
/**
|
||||
* @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 './config/index.ts';
|
||||
|
||||
// DNS exports are included in mail/routing, so we skip './dns/index.ts' to avoid duplication
|
||||
Reference in New Issue
Block a user