awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesSMTP Protocol Validations

Verification processes that use the Simple Mail Transfer Protocol handshake to determine email reachability.

Distinct from Handshake Validations: Specifically applies handshake validation to the SMTP protocol for email existence checks rather than general security headers.

Explore 3 awesome GitHub repositories matching security & cryptography · SMTP Protocol Validations. Refine with filters or upvote what's useful.

Awesome SMTP Protocol Validations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • amaurymartiny/check-if-email-existsamaurymartiny 的头像

    amaurymartiny/check-if-email-exists

    8,826在 GitHub 上查看↗

    该项目是一个电子邮件验证工具,用于检查电子邮件地址是否存在且能否接收消息,而无需发送实际邮件。它通过程序化 HTTP API 和本地命令行界面提供这些功能。 该系统通过结合 SMTP 握手验证和 DNS 记录解析,以及一个检测一次性地址、基于角色的帐户和 catch-all 域的风险分析工具而脱颖而出。它还包括一个元数据聚合器,用于检索与特定电子邮件地址关联的公共个人资料信息和图像。 更广泛的功能面涵盖电子邮件可送达性验证、防止欺诈注册的风险评估以及 SMTP 连接测试。 后端服务可以使用容器化部署模型部署为网络服务。

    Verifies email reachability and mailbox existence using the SMTP protocol handshake and DNS record resolution.

    Rust
    在 GitHub 上查看↗8,826
  • reacherhq/check-if-email-existsreacherhq 的头像

    reacherhq/check-if-email-exists

    8,375在 GitHub 上查看↗

    This project is a self-hosted email verification system and API designed to validate email existence and clean mailing lists on private infrastructure. It functions as a deliverability tool that confirms if email addresses are reachable by communicating with mail servers via the SMTP protocol without sending actual messages. The system is distinguished by its high-volume SMTP infrastructure, which utilizes a stateless worker architecture and message queue task distribution to scale validation tasks. It includes an SMTP proxy gateway that routes requests through SOCKS5 proxies to mask server i

    Validates email existence by simulating the SMTP mail transfer protocol exchange without sending a full message.

    Rustemailemail-validationemail-validation-api
    在 GitHub 上查看↗8,375
  • foxcpp/maddyfoxcpp 的头像

    foxcpp/maddy

    5,853在 GitHub 上查看↗

    Maddy is a modular mail server that assembles a complete email system by connecting small, single-purpose modules through a declarative configuration file. Rather than a monolithic stack, it lets operators compose message processing, storage, authentication, and security enforcement from interchangeable building blocks, with each module handling a specific function like receiving SMTP connections, verifying credentials, or applying policy checks. The server distinguishes itself through its flexible authentication and security architecture. It delegates user verification to external systems in

    Accepts email messages through SMTP, LMTP, or Submission protocols, optionally verifying sender credentials before processing.

    Godkimdmarcemail
    在 GitHub 上查看↗5,853
  1. Home
  2. Security & Cryptography
  3. Handshake Protocols
  4. Handshake Validations
  5. SMTP Protocol Validations

探索子标签

  • SMTP ReceptionAccepts email messages through SMTP, LMTP, or Submission protocols, optionally verifying sender credentials before processing. **Distinct from SMTP Protocol Validations:** Distinct from SMTP Protocol Validations: focuses on accepting incoming connections and messages, not just handshake validation.