Commit graph

9 commits

Author SHA1 Message Date
3526902a72 feat: bump version to 1.2.7 and enhance connection handling in SMTPOverWSClient to prevent race conditions 2025-08-20 21:43:08 +07:00
ad1424a79a chore: update package version to 1.2.5 and add Jest testing framework
- Bump version in package.json and package-lock.json from 1.2.2 to 1.2.5
- Add Jest configuration file for testing
- Update build scripts to use npm instead of bun
- Add linting and testing scripts to package.json
- Include tsconfig files in package.json files array
2025-08-20 17:08:39 +07:00
180249be26 feat: Bump version to 1.2.2 and improve event emission handling in SMTPOverWSClient to avoid race conditions 2025-08-19 19:00:37 +07:00
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