Skip to content

v1.1.0

Compare
Choose a tag to compare
@brettgerry brettgerry released this 09 Oct 01:01
· 484 commits to main since this release

Please see the change log for full details: https://github.com/nylas/nylas-python/blob/master/CHANGELOG.md

  • Add client.account property
  • Add handling for 405 responses
  • Surface SMTP server errors
  • Expose Message attributes: events, snippet
  • Expose Folder and Label attributes: object, account_id
  • Expose Thread attribute: received_recent_date
  • Expose Draft attributes: reply_to_message_id, reply_to, starred, snippet
  • Expose File attributes: content_id, message_ids
  • Expose "object" attribute on Calendar, Event, and Contact
  • Add local token for tests
  • Expose "owner" attribute on Events
  • Clean up raw message data
  • Don't first save draft objects when a direct send is possible.
  • Remove deprecated namespaces support from SDK
  • Account management fixes and upgrade/downgrade changes
  • Added tests
  • Drafts can now be sent without an implicit intermediate save to the mail provider.