Skip to content

update on IMAP smtp page#162

Merged
duharry0915 merged 1 commit into
mainfrom
imapSmtpChange
May 22, 2026
Merged

update on IMAP smtp page#162
duharry0915 merged 1 commit into
mainfrom
imapSmtpChange

Conversation

@duharry0915
Copy link
Copy Markdown
Collaborator

@duharry0915 duharry0915 commented May 22, 2026

Summary by cubic

Update the IMAP/SMTP guide to reflect current server behavior and client setup. Expands IMAP folder coverage, documents IMAP IDLE, clarifies SMTP encryption and credentials, and updates examples and troubleshooting.

  • New Features

    • IMAP now documents folders: INBOX, Sent, Trash, Spam; Drafts is listed but managed via the API.
    • Added IMAP IDLE support note for push-style updates.
    • SMTP docs clarify port 465 (implicit TLS) vs 587 (STARTTLS), auth rules, and show updated Python/TypeScript examples.
  • Migration

    • Use your inbox email as the SMTP username (not a generic user).
    • On port 587, issue STARTTLS before AUTH; or use port 465 with implicit TLS.
    • In IMAP, select supported folders; folder names (except INBOX) are case-sensitive; manage drafts via the API.

Written for commit 323f267. Summary will update on new commits. Review in cubic

@github-actions
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

@duharry0915 duharry0915 merged commit 7528ef1 into main May 22, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant