elixir-gmail icon indicating copy to clipboard operation
elixir-gmail copied to clipboard

A Gmail API client for Elixir

Results 5 elixir-gmail issues
Sort by recently updated
recently updated
newest added

Hi! I'm trying to use this dependency and after setting everything up and running: `{:ok, pid} = Gmail.User.start_mail(user_email, user_refresh_token)` I got the following error: `** (MatchError) no match of right...

Dialyzer gives me an error for this code: ~~~elixir {:ok, attachment} = Gmail.User.attachment("foo@bar", mail.id, attachment_part.body.attachment_id) ~~~ The message is: ~~~ The pattern can never match the type. Pattern: {:ok, _attachment}...

When restarting the current refresh token for a user gets lost and I am no longer able to authorize access for this user. To avoid that I create a new...

Hey, thanks for building such a helpful library! I was doing some stuff with labels and discovered that the way list query parameters were being built wasn't in line with...

Hi, It seems that `Gmail.User.history` doesn't return `nextPageToken` – is this intentional? See https://developers.google.com/gmail/api/reference/rest/v1/users.history/list#response-body Cheers