Does the Gmail REST API have access to label colors? -


is possible label colors through new gmail rest api? many of our users color code emails , great able carry color coding on our applications.

it doesn't per docs label consists of:

{ "id": string, "name": string, "messagelistvisibility": string, "labellistvisibility": string, "type": string }

see: https://developers.google.com/gmail/api/v1/reference/users/labels

that seem useful enhancement though.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

double exclamation marks in haskell -