mail = Gmail::Message.get mailId mail.modify(["Some Label"],[]) Gives a Label not found error, even if the label exists because it's searching against labelId not against name.
mail = Gmail::Message.get mailId
mail.modify(["Some Label"],[])
Gives a Label not found error, even if the label exists because it's searching against labelId not against name.