From d14fff4b7ee83a79d71d48018b4db2f877912f82 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 19:18:01 +0000 Subject: [PATCH] Add IMAP under development notice to IMAP/SMTP page --- fern/pages/guides/imap-smtp.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/pages/guides/imap-smtp.mdx b/fern/pages/guides/imap-smtp.mdx index 60bb09f9..c6a92e53 100644 --- a/fern/pages/guides/imap-smtp.mdx +++ b/fern/pages/guides/imap-smtp.mdx @@ -5,6 +5,10 @@ slug: imap-smtp description: "Configure IMAP and SMTP to access your AgentMail inboxes using email clients or programmatic access." --- + + IMAP support is currently under development and will be shipped shortly. SMTP is fully available today. + + AgentMail supports standard IMAP and SMTP protocols, allowing you to connect using traditional email clients or integrate with existing systems that rely on these protocols. ## What are IMAP and SMTP?