From 194df7252c46f15ff747e7ed10ea5043578c9271 Mon Sep 17 00:00:00 2001 From: Hong Minhee Date: Fri, 11 Sep 2026 21:12:50 +0900 Subject: [PATCH] Add Upyo to the JMAP libraries list --- pages/software.liquid | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/software.liquid b/pages/software.liquid index dfae403..0ef4cfe 100644 --- a/pages/software.liquid +++ b/pages/software.liquid @@ -251,6 +251,13 @@ sections: body: >- Email library with JMAP provider. Minimal spec-compliant client using reqwest+serde. + - title: Upyo (@upyo/jmap) + href: https://upyo.org/transports/jmap + languages: [JavaScript, TypeScript] + license: MIT + body: >- + Email sending library with a JMAP transport. Supports session + discovery, automatic identity resolution, and attachments. - title: zend-jmap href: https://github.com/WikiSuite/zend-jmap languages: [PHP]