---------------- * Add support for from field for sending messages * Add missing schedule-specific fields to Message model * Add migration grant properties * Fix from field not being optional causing deserialization errors * Fix IMAP identifiers not encoding correctly * Fix NylasOAuthError not setting the status code properly
6.3.1
---------------- * Fix typo on Clean Messages * Remove use of TestCommand * Add Folder Webhooks * Fix request session being reused across multiple requests
6.3.0
---------------- * Added Folder query param support * Added `master_event_id` field to events * Fixed issue with application models not being deserialized correctly
6.2.0
---------------- * Added support for custom headers field for drafts and messages * Added support for overriding various fields of outgoing requests * Added support for `provider` field in code exchange response * Added support for `event_type` filtering field for listing events * Added clean messages support * Added additional webhook triggers * Fixed issue where attachments < 3mb were not being encoded correctly * Fixed issue deserializing event and code exchange responses
6.1.1
---------------- * Improved message sending and draft create/update performance * Change default timeout to match API (90 seconds)
6.1.0
---------------- * Added support for `round_to` field in availability response * Added support for `attributes` field in folder model * Added support for icloud as an auth provider * Fixed webhook secret not returning on creation of webhook * Fixed issue with free busy and scheduled message responses not being deserialized correctly * Removed `client_id` from `detect_provider()`