Skip to content

Version 0.5.10

Compare
Choose a tag to compare
@Garethp Garethp released this 09 Nov 09:35
· 257 commits to master since this release

Changelog

0.5.10 - 2015-11-09

  • Fixing but in MailAPI::markEmailAsRead() and allowing you to set it as unread through the same function

0.5.9 - 2015-11-05

  • Adding ability to get the attachments of an eamil

0.5.8 - 2015-09-30

  • Fixed a test for Travis to pass

0.5.7 - 2015-09-28

  • Allows the parentFolder in getFolderByDisplayName to be a folderId or a string

0.5.6 - 2015-09-28

  • Added simple support for creating folders
  • Added simple support for moving items
  • Added simple support for restrictions when getting mail

0.5.5 - 2015-08-26

  • Fixed support for impersonation and access of other mailboxes by including the primarySmtpEmailAddress option, which
    will automatically be sent to the server when you request a folderId()

0.5.4 - 2015-08-25

  • Fixed result for updateCalendarItem

0.5.3 - 2015-08-25

  • Replaced all array_merge with array_replace_recursive

0.5.2 - 2015-08-24

  • Added a constructor for ItemIdType

0.5.1 - 2015-08-24

  • Added an example for sending mail

0.5.0 - 2015-08-24

  • Massive Breaking Change
  • Some basic mail fetching functions
  • Easy to use examples
  • Objects for everything. All Auto-Generated
  • Made impersonating users easier