nylas-python icon indicating copy to clipboard operation
nylas-python copied to clipboard

Python bindings for the Nylas Platform API

Results 16 nylas-python issues
Sort by recently updated
recently updated
newest added

# Description This PR fixes the encoding for attachments ( I confirm that this contribution is made under the terms of the MIT license and that I have the authority...

Hello! I know Nylas v3.1.0 was just released very recently so I may be jumping the gun here -- But is there any timeline for when the new v3.1.0 features...

enhancement

# Description This PR adds support for the `/connect/detect_provider` endpint. # Usage To get the provider: ```python from nylas import APIClient # Pass the access token to the Nylas client...

# Description This PR fixes the `Invalid 'label_id'` and `Invalid 'folder_id'` errors encountered when trying to update a message. # License I confirm that this contribution is made under the...

**Describe the bug** We can use labels on messages to move them to another folder or even the trash. Right now, the correct label will be applied but the SDK...

bug
hacktoberfest

# Description This includes `account_id` as an Optional str for Migrated grants. # License I confirm that this contribution is made under the terms of the MIT license and that...

# Description Added support for a from field in `SendMessageRequest`. # License I confirm that this contribution is made under the terms of the MIT license and that I have...

**Describe the bug** i have configured nylas webhook for emails i receive. from today only I am getting empty 'body' in the webhooks. **Expected behavior** I was getting HTML content...

bug

**Describe the bug** Wrong positional arguments passed to the constructor of the `AbstractNylasApiError`. https://github.com/nylas/nylas-python/blob/7bba2ba375da645f2048497658a3618bff560f5b/nylas/models/errors.py#L137 https://github.com/nylas/nylas-python/blob/7bba2ba375da645f2048497658a3618bff560f5b/nylas/models/errors.py#L7-L21 **To Reproduce** Not necessary as it's clear from the linked code. **Expected behavior** `status_code` contains...

bug

# License I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of...