- 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
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