Skip to content

Commit

Permalink
changed emails returns error when mailbox folder not found
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Sep 3, 2022
1 parent 1703c71 commit fed9b25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,15 @@ Added files import for MsGraphAdmin

## Added

- test foundation using PestPHP
- Test foundation using PestPHP
- PHP code sniffer fixer and style config

## Changed

- `MSGRAPH_DB_CONNECTION` to be mysql to use a connection called mysql
- store name is email cannot be found when connecting
- Store name is email cannot be found when connecting
- Changed responses so if the data is json it gets decoded otherwise the raw body is returned
- `Msgraph::emails->get($folderId, $params)` returns error when mailbox folder not found

## Fixed

Expand Down

0 comments on commit fed9b25

Please sign in to comment.