IMAP/SMTP is a planned open-protocol connector
The catalog defines target mailbox reads, updates, sends, folders, and received/updated events. TLS-only credential handling, capability negotiation, provider fixtures, and real mailbox tests remain release gates.
- Catalog status and access: IMAP and SMTP — planned, open protocol
- Authentication: Each account needs explicit secure server settings and a provider-supported password, app password, or OAuth/SASL mechanism. DewEngine must validate certificates and never downgrade to cleartext access or submission.
- Resources: mailboxes, threads, emails, drafts, folders, attachments
- Target actions: email.list, email.get, email.send, email.update, folder.list
- Target events: email.received, email.updated
- Limitations and failures: No IMAP or SMTP runtime is implemented; IMAP reads mail but does not submit messages; Capabilities, flags, folders, notifications, and authentication vary by server
- Release gates: IMAP and SMTP — TLS-only credential handling and provider capability negotiation