# Flolagale/mailin

Artisanal inbound emails for every web app

Repository: https://github.com/Flolagale/mailin
Canonical: https://ross.abutalabs.com/products/mailin
Language: Python
License: MIT
License Family: permissive
Last push: 2021-08-27T14:15:31+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4549, "days_push": 1832, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1954, forks 148 (observed 2026-08-28T04:05:58.923004+00:00)

## What it is
Mailin is an SMTP server that receives inbound emails, parses them, and posts them as JSON to a webhook URL of your choice. It also validates DKIM and SPF, computes spam scores via SpamAssassin, and detects the email language, and can run standalone from the CLI or embedded in a Node app.

## Use cases
- receive inbound emails in my web app via webhook
- run my own SMTP server to parse incoming email as JSON
- check DKIM and SPF on incoming emails
- get spam scores for inbound email with spamassassin
- self-hosted alternative to inbound email parsing services
- embed an email-receiving SMTP server in a node application

## When to choose
- you need to receive and parse inbound emails and forward them to your app as JSON
- you want self-hosted control over email intake with spam and authentication checks
- you want a lightweight CLI or embeddable SMTP-to-webhook bridge

## When to avoid
- you need to send outbound email rather than receive it
- you run modern Node versions - Mailin targets Node ~0.12/iojs and Python 2.7 dependencies
- you want a maintained service with active support and updates

## Facets
- artifact type: service
- maturity: maintenance
- function: email, http-server, parser, security
- domain: email, web-development, backend, self-hosted
- platform: self-hosted
- tags: smtp-server, inbound-email, webhook, dkim, spf, spamassassin, email-parsing, nodejs, linux, web-server

## Member repositories
- Flolagale/mailin (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:58.923004+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:06:31.461266+00:00, confidence not recorded.
  - readme: https://github.com/Flolagale/mailin (fetched 2026-08-28T04:05:58.923004+00:00, sha 0cc39f2c7223)
- Data as of 2026-08-30T08:39:29.467469+00:00.
