<- Adapters

Email

experimentalmessaging

Outbound email via SMTP or Resend

not yet on PyPI — chp-adapter-email is not published

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

listv1.0.0

List the most recent messages in a mailbox (uid + from/date/subject). Read-only;

chp.adapters.email.list
readv1.0.0

Read one message by uid (headers + plain-text body). Read-only; the body is

chp.adapters.email.read
searchv1.0.0

Search a mailbox with an IMAP query (e.g.

chp.adapters.email.search
sendv1.0.0

Send an outbound email.

chp.adapters.email.send
See the full capability catalog →