Skip to content

Releases: internxt/sdk

v1.16.3

12 May 14:26
9df56b9

Choose a tag to compare

What's Changed

Add getMailAccount method to mail SDK

Exposes a new getMailAccount method on the mail client that fetches the current user's mail account details.

v1.16.2

07 May 12:54
d0e7ebb

Choose a tag to compare

Made email address parameter optional on get mail encryption keys, if not provided it would resolve to the default email address

v1.16.1

07 May 12:36
882ad23

Choose a tag to compare

What's new:

  • Some payments function have been removed as they are no longer needed.

v1.16.0

07 May 09:04
2c4ca7e

Choose a tag to compare

  • Removed internxt-crypto
  • Updated all dependencies
  • Updated tsconfig to modern and compatible configuration

v1.15.14

06 May 15:28
7f3c972

Choose a tag to compare

  • added keep alive for leaveCall

v1.15.13

05 May 08:56
2bcc049

Choose a tag to compare

What's new:

  • New commitment object for user subscription

v1.15.12

30 Apr 13:41

Choose a tag to compare

  • Added a method to retrieve the user's own mail keys
  • Removed salt parameter from create mail account method

v1.15.11

24 Apr 13:50
8565d38

Choose a tag to compare

What's new:

  • New endpoint to get the active Mail domains
  • New EP to set up the mail account
  • New EP to perform an advanced mail search from server
  • New field to get the list of unread emails from a given mailbox

v1.15.10

10 Apr 10:06
459c0b8

Choose a tag to compare

  • Update dependencies to fix security issues

v1.15.9

10 Apr 09:33
274286f

Choose a tag to compare

  • Move project to end of line lf.
  • Improve error handling when uploading files with AxiosResponseError and AxiosUnknownError.