mailagent-agent (Python)
Minimal Python SDK for MailAgent agent verify flows — parity with @mailagent/agent core methods.
pip install mailagent-agent
from mailagent import MailAgent
client = MailAgent("https://api.webmailagent.com", "ma_…")
result = client.verify_signup(service="github", timeout_seconds=90, delete_after=True)
print(result.get("agent", {}).get("primaryAction"))
Methods
verify_signup(**options)—POST /v1/agent/verifyget_profile()—GET /v1/mecreate_inbox(**options)/delete_inbox(id)list_messages(inbox_id, subject_contains=…)simulate_message(inbox_id, scenario="otp", …)diagnose_inbox(inbox_id, …)list_runs(run_id=…, label=…)
Source: packages/mailagent-agent-py in MailAgent.
Release files for mailagent-agent 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mailagent_agent-0.1.0.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mailagent_agent-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / mailagent_agent-0.1.0.tar.gz
| Download URL | mailagent_agent-0.1.0.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5bc46c4c8c3648bad37dd73df87e8d623af4a986d94c385db160db4d7de52c31
|
|
BLAKE2b-256 checksum How to use checksums |
997e7e7d57f55db0727c72be35bd2c8b6aceb47f6fe137e375b2633c504f08bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / mailagent_agent-0.1.0-py3-none-any.whl
| Download URL | mailagent_agent-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cefc161ec5445319aa5b96ac8a8dc629dd8e691a486827b95e3c5f7c7667c30e
|
|
BLAKE2b-256 checksum How to use checksums |
03a10f44a29678d3ad52f683cf1835251cb306fb96dabf11ea7b372d78754967
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|