GetMails is not fetching the labels assigned to the message

I am trying to fetch gmail using TTMSFNCCloudGoogleGmail. The fetch is working fine, but it is not fetching the labels assigned to the messages. I can confirm that UpdateMessageLabels is working as I can see the label I have assigned from the program in Gmail. How do I fetch these labels when I fetch messages.

I know that GetLabels fetches the labels assigned in that Gmail account. But I need the labels that are assigned for a particular message. Mails[i].Labels always has 0 items in it. How can I fetch these for individual messages?

Hello,

This feature was introduced in TMS FNC Cloud Pack version 3.3.1.0, which was released in March 2025.
Could you please verify that you are using the most recent version of the TMS FNC Cloud Pack?

Thank you for your reply, I was using version 3.2.1.0. In the mean time, I had added the code to fetch the labels as I had to touch the code to add support for multipart/alternative mimeType as well. I have taken the latest version and saw that support for labelIds are added in the latest version. But the support for multipart/alternative is not there yet. I will add this as a new feature request. Till then I will use my code.

And for the topic of this discussion I can confirm the fix is in 3.3.10

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.