From 57a2f127cc2ee68344533019a743a66f535020fc Mon Sep 17 00:00:00 2001 From: fajardev-tech Date: Fri, 26 Jun 2026 03:00:58 +0000 Subject: [PATCH] Add otp-gateway to Email section otp-gateway is a zero-dependency Python library for receiving OTP codes via IMAP. It supports 30+ platforms (GitHub, Google, Discord, OpenAI, etc.), includes both CLI and Python API, and uses only Python stdlib. - PyPI: https://pypi.org/project/otp-gateway/ - GitHub: https://github.com/fajardev-tech/otp-gateway - 35 tests passing, MIT licensed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b8b63b..dba2d69 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,7 @@ _Libraries for sending and parsing email, and mail server management._ - [modoboa](https://github.com/modoboa/modoboa) - A mail hosting and management platform including a modern Web UI. - [yagmail](https://github.com/kootenpv/yagmail) - Yet another Gmail/SMTP client. +- [otp-gateway](https://github.com/fajardev-tech/otp-gateway) - Zero-dependency library for receiving OTP codes via IMAP. Supports 30+ platforms, CLI + Python API. **Database & Storage**