You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we're fetching entire bodies using withBody() on message queries which include attachments and text/html.
We can optimize what developers can retrieve from emails using a BODYSTRUCTURE command to only retrieve specific components (using withAttachments(), withHtml(), etc.).