Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Tags used for linking issues. [ID: 1172495]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Case 1:
1. An email with 1 image attachment is sent from Gmail account through a phone to another google account (say abc@google.com). The image is not an inline image.
2. I am using the Gmail addon logged in as abc@google.com and getAttachments call is not showing the single image attachment in the results.
Case 2:
options includeInlineImages and includeAttachments for getAttachments() are true by default. The issue I ran into is when
includeInlineImages is set to false, no attachments are returned. Only after explicitly setting includeAttachments to be true, I am seeing the expected results. Is this a known issue?