File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -242,15 +242,20 @@ Normalized inbound message
242242 A `list ` of all attachments to the message, or an empty list if there are
243243 no attachments. See :ref: `inbound-attachments ` below a description of the values.
244244
245+ Note that inline images (which appear intermixed with a message's body text)
246+ are generally not included in :attr: `!attachments `. Use :attr: `inlines `
247+ to access inline images.
248+
245249 If the inbound message includes an attached message, :attr: `!attachments `
246250 will include the attached message and all of *its * attachments, recursively.
247251 Consider Python's :meth: `~email.message.EmailMessage.iter_attachments ` as an
248252 alternative that doesn't descend into attached messages.
249253
250254 .. attribute :: inlines
251255
252- A `list ` of all inline content parts in the message, or an empty list if none.
253- See :ref: `inbound-attachments ` below for a description of the values.
256+ A `list ` of all inline images (or other inline content) in the message,
257+ or an empty list if none. See :ref: `inbound-attachments ` below for
258+ a description of the values.
254259
255260 Like :attr: `attachments `, this will recursively descend into any attached messages.
256261
You can’t perform that action at this time.
0 commit comments