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
The IMAP input fails to parse emails with inline attachments. It defaults to grabbing the first mail part if the content type doesn't match and tries to decode that part.
With inline attachments and in a few other cases that results in this message and an unprocessed email:
EncounterederrorNoMethodError{:message=>"Can not decode an entire message, try calling #decoded on the various fields and body or parts if it is a multipart message.",
The text was updated successfully, but these errors were encountered:
The IMAP input fails to parse emails with inline attachments. It defaults to grabbing the first mail part if the content type doesn't match and tries to decode that part.
With inline attachments and in a few other cases that results in this message and an unprocessed email:
The text was updated successfully, but these errors were encountered: