This commit is contained in:
2025-05-21 16:17:17 +00:00
parent c3ae995372
commit 2eeb731669
7 changed files with 779 additions and 163 deletions

View File

@ -23,5 +23,10 @@ export { SmtpLogger } from './utils/logging.js';
export * from './utils/validation.js';
export * from './utils/helpers.js';
// Export TLS and certificate utilities
export * from './certificate-utils.js';
export * from './secure-server.js';
export * from './starttls-handler.js';
// Factory function to create a complete SMTP server with default components
export { createSmtpServer } from './create-server.js';