Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Releases: jasonjoh/node-outlook

Added replyToMessage and replyToAllMessage functions

06 Apr 14:25
Compare
Choose a tag to compare

Added syncEvents and getMessageAttachments

26 Sep 19:30
Compare
Choose a tag to compare
Bump version

Bumping package version for update on NPM

Added getUser method

29 Jul 19:09
Compare
Choose a tag to compare

Added base.getUser to enable getting information about a user via the /Me endpoint.

Also added the mail.syncMessages method which isn't fully tested yet.

Expanded API

03 Feb 20:43
Compare
Choose a tag to compare
  • Fleshed out the mail, calendar, and contact APIs to include basic CRUD for the Message, Event, and Contact entities.
  • Added a reference page (generated with jsdoc-to-markdown). Check the reference/node-outlook.md file for details on the new methods.
  • Added a per-call user parameter.

Removed console.log calls from Cordova library

29 Jan 18:55
Compare
Choose a tag to compare

Some console.log calls were left in to echo the API requests and responses to the console. Removed those.

Added more event API calls

29 Jan 18:54
Compare
Choose a tag to compare
  • getEvent
  • updateEvent
  • deleteEvent

Corrected Prefer header bug fix

29 Jan 18:53
Compare
Choose a tag to compare

Previous attempt at fix had treated the value like an object rather than an array.

Minor bug fixes

29 Jan 18:51
Compare
Choose a tag to compare
  • Fixed bug with Prefer header that caused it to overwrite other values
  • Changed default API version to 1.0

Added base implementations of calendar and contacts namespaces

29 Jan 18:49
Compare
Choose a tag to compare
  • Added base implementations of calendar and contacts namespaces
  • Added ability to set a preferred time zone for calendar API
  • Updated README to recommend usage of new interface and deprecation of
    old.
  • Updated version to 1.1.0

Added X-AnchorMaillbox support

05 Aug 17:07
Compare
Choose a tag to compare

Added ability to set the X-AnchorMailbox header to the user's email to optimize performance of API calls. This requires modifying your getAccessToken function to pass an object instead of just the string access token.