@hongminhee@hollo.social

Upyo 0.4.0 released. Upyo is an email sending library for Node.js, Deno, Bun, and edge functions. New in this version:

  • JMAP transport for modern email servers
  • DKIM signing support in SMTP transport
  • Message-level idempotency keys for reliable retries

https://github.com/dahlia/upyo/discussions/21

github.com

Upyo 0.4.0: Modern protocols and email authentication · dahlia/upyo · Discussion #21

Upyo is a cross-runtime email library for JavaScript that provides a unified API for sending emails across Node.js, Deno, Bun, and edge functions. It supports multiple transports including SMTP, Ma...

1 reply

Upyo 0.4.0をリリースしました。UpyoはNode.js、Deno、Bunなど複数のランタイムで動作するメール送信ライブラリです。

今回の主な変更点:

  • JMAPトランスポートの追加
  • SMTPでのDKIM署名対応
  • メッセージレベルの冪等性キー

https://zenn.dev/hongminhee/articles/c1a304e92c6efa

zenn.dev

Upyo 0.4.0: モダンなプロトコルへの対応とメール認証機能の強化