mail-parser wrongly flatten MIME messages with 1 part #2

Closed
opened 2022-07-08 15:45:06 +00:00 by quentin · 1 comment
Owner

eg.

tests/emails/dxflrs/0006_single-mime
aerogramme: body ("text" "plain" ("charset" "us-ascii") nil nil "7bit" 7 0)
dovecot:    body (("text" "plain" ("charset" "us-ascii") nil nil "7bit" 7 0) "alternative)

Should be fixed in mail-parser code.
Hack might be possible by looking at headers.

eg. ``` tests/emails/dxflrs/0006_single-mime aerogramme: body ("text" "plain" ("charset" "us-ascii") nil nil "7bit" 7 0) dovecot: body (("text" "plain" ("charset" "us-ascii") nil nil "7bit" 7 0) "alternative) ``` Should be fixed in `mail-parser` code. Hack might be possible by looking at headers.
quentin added the
cat
correctness
label 2023-06-02 15:28:53 +00:00
Author
Owner

switching to eml_codec will fix that

switching to eml_codec will fix that
Sign in to join this conversation.
No description provided.