Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/net-imap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: ruby/net-imap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.3
Choose a head ref
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Dec 16, 2024

  1. 📚 Fix rdoc method source styles

    Changing `min-content` to `auto` is the big change here.  Also, I'd used
    the wrong syntax for `grid-area`, but I didn't need that anyway.
    nevans committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    72daef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8eba5e View commit details
    Browse the repository at this point in the history
  3. 🔀 Merge pull request #365 from ruby/fix-rdoc-issues

    📚 Fix rdoc issues
    nevans authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    849c360 View commit details
    Browse the repository at this point in the history
  4. ✨ Add support for VANISHED responses

    This updates the parser to handle the VANISHED response, and adds a new
    response data class: VanishedData.
    
    VanishedData was originally written as a plain class and then converted
    to Data.  I'm keeping most of the tests that I wrote prior to converting
    it to Data, but I probably wouldn't have written many of them if I had
    used Data in the first place.
    nevans committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    a82c1d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. ✨ Support VANISHED response to #expunge

    Both the `QRESYNC` and `UIDONLY` extensions replace `EXPUNGE` responses
    with `VANISHED` responses.  This updates the #expunge and #uid_expunge
    commands to return VanishedData, rather than a (misleading) empty array.
    nevans committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    55c1d24 View commit details
    Browse the repository at this point in the history
  2. 🔀 Merge pull request #329 from nevans/vanished

    ✨ Add support for VANISHED responses
    nevans authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    6a520fb View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. 🔖 Bump version to 0.5.3

    nevans committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    3d3f658 View commit details
    Browse the repository at this point in the history
Loading