Skip to content

chore: version packages - #341

Merged
KrisBraun merged 1 commit into
mainfrom
changeset-release/main
Jul 24, 2026
Merged

chore: version packages#341
KrisBraun merged 1 commit into
mainfrom
changeset-release/main

Conversation

@plot-app-builder

@plot-app-builderplot-app-builderBot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@plotday/twister@0.85.0

Added

  • Connector.getAccountIdentity() lets non-OAuth connectors declare a matchable identity email for the connected account. (#331b235fa6)
  • ImapMessage.attachments surfaces attachment parts discovered from a fetched message's BODYSTRUCTURE. (#331b235fa6)
  • Imap.fetchAttachment() downloads the raw decoded bytes of a message attachment by IMAP part number (as reported in ImapMessage.attachments). (#331b235fa6)
  • ImapMessage now carries listId, listUnsubscribe, precedence, autoSubmitted, returnPath, importance, xPriority, and authenticationResults (the raw values of any headers a connector's IMAP fetch picked up), so an IMAP-based mail connector can build classifier signals the same way the Gmail and Outlook connectors already do. (#331b235fa6)
  • ImapMailboxStatus.highestModSeq — surfaces a mailbox's CONDSTORE (RFC 7162) HIGHESTMODSEQ high-water mark when the IMAP server advertises it. Connectors can persist this value as a since-last-poll cursor and skip re-scanning a mailbox whose mod-sequence hasn't advanced, instead of refetching a recent-message window every poll. The field is absent when the server or mailbox does not support mod-sequences. (#331b235fa6)
  • Imap.watch() / Imap.unwatch() — server-maintained IMAP IDLE push
  • SmtpMessage.attachments lets connectors include file attachments when sending email through the SMTP tool. (#331b235fa6)
  • ComposeConfig.todo lets a connector's link type default the note

@plotday/email-classifier@0.2.7

Changed

  • Updated dependencies:
  • @plotday/twister@0.85.0

@plotday/google-contacts@0.6.8

Changed

  • Updated dependencies:
  • @plotday/twister@0.85.0

@plot-app-builder
plot-app-builderBotforce-pushed the changeset-release/main branch from c073a92 to 3e321fdCompareJuly 24, 2026 20:10
@KrisBraun
KrisBraun merged commit c48f80f into mainJul 24, 2026
1 check passed
@KrisBraun
KrisBraun deleted the changeset-release/main branch July 24, 2026 21:17
Sign up for freeto 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

@KrisBraun