Earlier I was using api.get.email_data to get email data. If I see newer gmail.js, it is suggested to use new.get.email_data as get.email_data is a deprecated Gmail API. How to use this function? If I invoke new.get.email_data instead of get.email_data, it is giving me null .Can you please help me out how we can get the data using new method? Do we have any sample code snippet?