You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems some times the labels are not syncing with my Gmail account. It shows some inconsistency in its behaviour.
I have used message.add_label(label id) to add label to a message
and message.remove_label(label id) to remove label. But it works some time and some times may not.
The Nylas message.labels() returns the response with the new label added or without those removed but the Gmail is not reflecting the same always.
There is another case, as there are emails under a particular label in Gmail, but while we fetch those emails from that label using Nylas it returns empty result sometimes.
This is an unpredictable work flow and may not be able to reproduce always.
Do any one have a solution for this?
I am using Ubuntu 16.04
Nylas 3.0.0
The text was updated successfully, but these errors were encountered:
It seems some times the labels are not syncing with my Gmail account. It shows some inconsistency in its behaviour.
I have used message.add_label(label id) to add label to a message
and message.remove_label(label id) to remove label. But it works some time and some times may not.
The Nylas message.labels() returns the response with the new label added or without those removed but the Gmail is not reflecting the same always.
There is another case, as there are emails under a particular label in Gmail, but while we fetch those emails from that label using Nylas it returns empty result sometimes.
This is an unpredictable work flow and may not be able to reproduce always.
Do any one have a solution for this?
I am using Ubuntu 16.04
Nylas 3.0.0
The text was updated successfully, but these errors were encountered: