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: bbottema/simple-java-mail
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bbottema/simple-java-mail
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/recipient-builder
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 25 files changed
  • 2 contributors

Commits on Nov 26, 2023

  1. Added recipient builder api

    bbottema committed Nov 26, 2023
    Copy the full SHA
    8d435a6 View commit details
  2. Copy the full SHA
    72ceeaf View commit details

Commits on Mar 25, 2024

  1. Copy the full SHA
    4f20ae3 View commit details
  2. #297: Improved the new Recipients API. S/MIME encryption now on both …

    …Recipient and Recipients level on top of Email and Mailer level. Updated both Recipient and Recipients APIs to include S/MIME encryption as a feature. This adds to the existing levels for S/MIME encryption which were Email and Mailer. The changes ensure a flexible, layered approach to managing S/MIME encryption, offering specific controls at each level. Order of precedence has now been established to clarify encryption priority.
    bbottema committed Mar 25, 2024
    Copy the full SHA
    2a10531 View commit details

Commits on Mar 26, 2024

  1. minor javadoc typo

    bbottema committed Mar 26, 2024
    Copy the full SHA
    90e8c34 View commit details
  2. fixed javadoc typo

    bbottema committed Mar 26, 2024
    Copy the full SHA
    c24414c View commit details
  3. Copy the full SHA
    e4c7f3f View commit details

Commits on Mar 31, 2024

  1. wip

    bbottema committed Mar 31, 2024
    Copy the full SHA
    4296671 View commit details

Commits on Apr 13, 2024

  1. Copy the full SHA
    9a3c989 View commit details
  2. javadoc tweak

    bbottema committed Apr 13, 2024
    Copy the full SHA
    a06cec2 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff master...feature/recipient-builder