Skip to content

adding unauthenticated emails#152

Merged
duharry0915 merged 1 commit into
mainfrom
unAuthenticated
May 1, 2026
Merged

adding unauthenticated emails#152
duharry0915 merged 1 commit into
mainfrom
unAuthenticated

Conversation

@duharry0915
Copy link
Copy Markdown
Collaborator

@duharry0915 duharry0915 commented May 1, 2026

Summary by cubic

Add optional support for including unauthenticated emails in list endpoints. Adds include_unauthenticated so clients can fetch messages and threads from unauthenticated senders when needed.

  • New Features
    • New global flag IncludeUnauthenticated (boolean).
    • Added include_unauthenticated to inboxes/messages.list, inboxes/threads.list, pods/threads.list, and threads.list.
    • Default behavior unchanged: unauthenticated items are excluded unless set.

Written for commit 862f5cb. Summary will update on new commits.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

✨ API Changes

# API Changelog n/a vs. n/a


## API Changes

### GET /v0/inboxes/{inbox_id}/messages
-  added the new optional `query` request parameter `include_unauthenticated`


### GET /v0/inboxes/{inbox_id}/threads
-  added the new optional `query` request parameter `include_unauthenticated`


### GET /v0/pods/{pod_id}/threads
-  added the new optional `query` request parameter `include_unauthenticated`


### GET /v0/threads
-  added the new optional `query` request parameter `include_unauthenticated`

💡 Download api-changelog-diff artifact or tag @fern Writer in #github-prs for changelog.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

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 5 files

@duharry0915 duharry0915 merged commit 17776d2 into main May 1, 2026
5 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