YUN reading GMail

Hi

With this code I can only get the total of unread messages but can't filter by label.

Inserting this line after the Bridge.get, we will get the results only for the specified label.

Bridge.get("label", labelbuffer, 256);
label = String(labelbuffer);

Thanks