So when mail is archived in gmail, the message can be left without any labels attached.
In this case, the message is still accessible in the "All Mail" view.
I am using the gmail API, and I would like to represent All Mail
as a label.
Is it possible to fetch the All Mail
label via the API? I'm looking at the documentation here and I'm not seeing anything.
Also, in case it helps, I am using the google php client library to interact with this API.