Commit graph

7 commits

Author SHA1 Message Date
a89e780165 Merge branch 'main' of https://git.siwatsystem.com/siwat/mxrelay-consumer 2025-08-19 01:59:55 +07:00
efb7dc43b7 feat: Update SMTP transport to use API key for authentication and improve error handling 2025-08-19 01:57:21 +07:00
e22b064738 chore: remove CI workflow configuration file 2025-08-19 00:58:59 +07:00
59eab82f02 Refactor code structure for improved readability and maintainability 2025-08-19 00:58:48 +07:00
d059b80682 feat: Implement SMTP over WebSocket client with error handling and Nodemailer transport
- Added error classes for various SMTP-related issues (ConnectionError, AuthenticationError, etc.) in `errors.ts`.
- Created main entry point for the SMTP over WebSocket client library in `index.ts`, exporting client, types, errors, and transport.
- Developed Nodemailer transport adapter for SMTP over WebSocket in `transport.ts`, including methods for sending mail and verifying transport configuration.
- Defined type definitions for the SMTP over WebSocket protocol in `types.ts`, including message types, connection states, and client configuration options.
2025-08-19 00:52:18 +07:00
a674d2dda8 remove CI workflow configuration 2025-08-19 00:47:49 +07:00
619cb97fa3 initial commit 2025-08-18 22:22:04 +07:00