Skip to content

Releases: nylas/nylas-python

v1.2.0

18 Dec 01:22
Compare
Choose a tag to compare

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

  • Deprecate tags and tag-related functions.
  • Return message object when sending a draft
  • Support passing parameters and request bodies on delete

v1.1.0

09 Oct 01:01
Compare
Choose a tag to compare

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.

v0.3.5

20 Aug 19:48
Compare
Choose a tag to compare
  • Drafts can now be sent without an implicit intermediate save to the mail provider.

v0.3.0

29 Jul 23:18
Compare
Choose a tag to compare

Major changes:

Minor changes:

v0.2.4

25 Mar 01:19
Compare
Choose a tag to compare
  • Added new Calendar and Event fields to API response
  • Updated chunk ordering of RestfulModelCollection to be consistent across chunks; all results are now in ascending order.
  • Merged contributor patches: tox, python 3 support.

v0.2.1

04 Feb 02:05
Compare
Choose a tag to compare
  • Added full support for Accounts API (account status, upgrade, downgrade)
  • Querying raw content of messages is now supported
  • Updated exception handling to reflect synchronous sending errors
  • Update URLs to refer to nilas.com -- ensure your OAuth callbacks are updated!