Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
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: OfficeDev/ews-java-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: erlingm/ews-java-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 0 files changed
  • 1 contributor

Commits on Dec 1, 2014

  1. Need to be able to set alternate reply address. (Was present before G…

    …itHub initial commit.)
    erlingm committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    fb55e3c View commit details
    Browse the repository at this point in the history
  2. Added javadoc

    erlingm committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    62b3c19 View commit details
    Browse the repository at this point in the history
  3. Revert "Added javadoc"

    This reverts commit 62b3c19.
    erlingm committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    546c413 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf4bd0a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2014

  1. Merge branch 'master' of github.com:OfficeDev/ews-java-api

    Conflicts:
    	src/main/java/microsoft/exchange/webservices/data/EmailMessage.java
    erlingm committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    c8c11e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58f8a56 View commit details
    Browse the repository at this point in the history
  3. Changed argument to vararg, to be able to specify 0-n reply addresses…

    …, but still be source compatible with the old call from the earlier version of the API.
    
    Added unit-tests for the method.
    erlingm committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    595a293 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. Revert "Changed argument to vararg, to be able to specify 0-n reply a…

    …ddresses, but still be source compatible with the old call from the earlier version of the API."
    
    This reverts commit 595a293.
    erlingm committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    a983523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    067671d View commit details
    Browse the repository at this point in the history
Loading