google api python client - GMail API - messages().list() only returns message IDs -


the list() method returns list of message ids without other message metadata. there posts from 2014 , 2016, official documentation states response list of user.messages resource ...

is documentation wrong or there other way this? understand bringing entire message in "list" call not efficient rest api call - maybe returning "some" metadata make sense (e.g. output of service.users().messages().get(..., format='metadata')) opposed making call list() , then, every message, make get(..., format='metadata')

thanks!

m


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -