UNPKG

spamassassin-client

Version:

SpamAssassin client, that lets you check if an email is spam or ham.

65 lines (34 loc) 1.72 kB
Changelog ========= ## 1.3.0 (2025-06-26) ### Breaking Changes * ⚠️ Drop support for NodeJS below version `10` (dropped versions `6` and `8`) [[@valeriansaliou](https://github.com/valeriansaliou)]. ## 1.2.0 (2025-06-26) ### New Features * Accept `Buffer`-typed `message` input for all methods [[@valeriansaliou](https://github.com/valeriansaliou)]. ## 1.1.0 (2024-07-25) ### New Features * Add support for the `SYMBOLS` command [[@valeriansaliou](https://github.com/valeriansaliou)]. * Add support for the `REPORT` command [[@valeriansaliou](https://github.com/valeriansaliou)]. * Add support for the `PING` command [[@valeriansaliou](https://github.com/valeriansaliou)]. ## 1.0.6 (2024-07-25) ### Changes * Add library users to `README.md` [[@valeriansaliou](https://github.com/valeriansaliou)]. ## 1.0.5 (2024-07-25) ### Bug Fixes * Attempt to fix a specific `Content-length` error from the server [[@valeriansaliou](https://github.com/valeriansaliou)]. ## 1.0.4 (2024-07-25) ### Bug Fixes * Attempt to fix a specific `Content-length` error from the server [[@valeriansaliou](https://github.com/valeriansaliou)]. ## 1.0.3 (2024-07-25) ### Bug Fixes * Fix `Content-length` errors from the server [[@valeriansaliou](https://github.com/valeriansaliou)]. ## 1.0.2 (2024-07-25) ### Bug Fixes * Fix `undefined` reference to `this.__linesIntoCheckResult()` [[@valeriansaliou](https://github.com/valeriansaliou)]. ## 1.0.1 (2024-07-25) ### Bug Fixes * Fixed GitHub Actions NPM publish token [[@valeriansaliou](https://github.com/valeriansaliou)]. ## 1.0.0 (2024-07-25) ### New Features * Initial `node-spamassassin-client` release [[@valeriansaliou](https://github.com/valeriansaliou)].