Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps github.com/emersion/go-imap/v2 from 2.0.0-beta.5 to 2.0.0-beta.7.

Release notes

Sourced from github.com/emersion/go-imap/v2's releases.

2.0.0-beta.7

No release notes provided.

2.0.0-beta.6

Breaking changes:

  • 191dd5355ae3f5953c33eb77668057b8d2ecd9bb: CapAuthPlain has been removed, AuthCap("PLAIN") can be used instead
  • 231f7ff5a407ae548cbf25d6f1ee962ed9d57e65: Client.Rename now takes an options struct for future extensibility.
  • a1e4f0b6eb305f12193425c06383f48e8af2d1da: SearchData.UID has been removed.

Full commit log:

Dejan Štrbac (3):
      imapclient: correct missing NIL atom instead of ()
      imapserver: add support for SPECIAL-USE
      imapserver: include CHILDREN capability

Fabian Holler (2):
ci: adapt dovecot config file to version 2.4
imapclient: make net.Dialer configurable

Simon Ser (12):
imapclient: drop TestFetch_closedConn
imapclient: add basic Client.Authenticate test
imap: drop SearchData.UID
imap: add RenameOptions
imapserver: add comments to explain what the various cap lists are
imapserver: fix SEARCH NEW criteria
imapserver: skip RECENT in SELECT for IMAP4rev2-only servers
imapclient, imapserver: make capabilities case-insensitive
imapmemserver: add stub for STATUS RECENT
imapserver: add SelectData.FirstUnseenSeqNum
imapmemserver: add support for SelectData.FirstUnseenSeqNum
Drop CapAuthPlain

fox.cpp (1):
imapserver: Support RECENT for IMAP4rev1 servers

snekROmonoro (1):
imapclient: use dialer in DialInsecure

Commits
  • 0e52f4e imapclient: fix fetchLiteralReader deadlock
  • 90f04ed imapclient: drop useless nil check in Options.tlsConfig
  • fb4422f imapclient: fix nil options in DialInsecure and DialTLS
  • 1905c46 imapclient: make net.Dialer configurable
  • 191dd53 Drop CapAuthPlain
  • 57b68ba ci: adapt dovecot config file to version 2.4
  • b88a6b6 imapmemserver: add support for SelectData.FirstUnseenSeqNum
  • 8931e70 imapserver: add SelectData.FirstUnseenSeqNum
  • 9d73778 imapserver: include CHILDREN capability
  • 2c15234 imapmemserver: add stub for STATUS RECENT
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/emersion/go-imap/v2](https://github.com/emersion/go-imap) from 2.0.0-beta.5 to 2.0.0-beta.7.
- [Release notes](https://github.com/emersion/go-imap/releases)
- [Commits](emersion/go-imap@v2.0.0-beta.5...v2.0.0-beta.7)

---
updated-dependencies:
- dependency-name: github.com/emersion/go-imap/v2
  dependency-version: 2.0.0-beta.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants