Registry / communication / maildump

maildump

JSON →
library1.1.1pypypi✓ verified 34d ago

An SMTP server that captures all received mails and exposes them via a web interface and REST API. Current version 1.1.1 (requires Python >=3.12). Released with irregular cadence.

communicationhttp-networkingweb-framework
Install & Compatibility
Where this runs
tested against v1.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✓ —
✓ 4.6s
py 3.11
✓ —
✓ 4.3s
py 3.12
✓ —
✓ 4.1s
py 3.13
✓ —
✓ 4.2s
py 3.9
✕ build_error
✕ build_error
50MB installed
● package 50MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

maildump is a command-line tool; there's no public Python API to import. Use the CLI or REST API.

import maildump

Start the SMTP server on port 1025 and the web interface on port 1080.

maildump --ip 127.0.0.1 --port 1025 --webport 1080
maildump --version
Debug
Known footguns
gotchamaildump has no Python API; you cannot import it in your code. It runs as a standalone server.
gotchaThe web interface and REST API are separate from the SMTP server; ensure you start maildump with the correct ports.
deprecatedPython <3.12 is no longer supported; older versions may fail to install or run.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
14 hits · last 30 days
gptbot
4
ahrefsbot
3
amazonbot
3
claudebot
2
script
1
Resources