Commit graph

6 commits

Author SHA1 Message Date
6d1070b7e2 feat: Update SMTPOverWSClient to improve error handling and reconnection logic for better session management 2025-08-19 18:43:45 +07:00
b035b27da7 chore: bump version to 1.2.0
refactor: update SMTP session handling to process one email per session
- Removed maxEmailsPerSession configuration and related logic
- Simplified processSession to handle a single email
- Adjusted addEmailToSession to create a new session for each email
- Updated types to reflect changes in session management
2025-08-19 18:24:17 +07:00
069540e310 feat: Refactor SMTP client to support session-based email processing, enhancing queue management and error handling 2025-08-19 13:53:20 +07:00
c2aa9b6cf6 feat: Add postinstall script to automate build process 2025-08-19 11:24:16 +07:00
59eab82f02 Refactor code structure for improved readability and maintainability 2025-08-19 00:58:48 +07:00
619cb97fa3 initial commit 2025-08-18 22:22:04 +07:00