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
So far it works perfectly except when adding some images with multipart/related that show as broken links in Gmail. I have checked and re-checked that the generated HTML has the correct CID references and that the macros call the proper <edit-content-id>xxxxxxxx command but for some reason when receiving the email (via Gmail) the attachment Content-ID differs from the one set by the macro script.
You can see the HTML has the CID reference "cid:f70105abb32afea88ffd8c869b047959" but the attachment has Content-ID: <6nzo5uk7og46lsekf70105abb32afea88ffd8c869b047959>. On closer inspection we can see the Content-ID is the same CID in the HTML but with some extra thing added to it: 6nzo5uk7og46lsekf 70105abb32afea88ffd8c869b047959.
The questions is if Neomutt is the one adding the extra 6nzo5uk7og46lsekf string to the Content-ID? is it Gmail? and in either case how can I avoid it so the reference in the attachment and in the HTML match properly?
Additional notes:
Neomutt:
NeoMutt 20240425-108-990b3d
Copyright (C) 2015-2024 Richard Russon and friends
NeoMutt comes with ABSOLUTELY NO WARRANTY; for details type 'neomutt -vv'.
NeoMutt is free software, and you are welcome to redistribute it
under certain conditions; type 'neomutt -vv' for details.
System: Linux 6.1.0-23-amd64 (x86_64)
ncurses: ncurses 6.4.20221231 (compiled with 6.4.20221231)
libidn2: 2.3.3 (compiled with 2.3.3)
GPGME: 1.18.0
OpenSSL: OpenSSL 3.0.13 30 Jan 2024
libnotmuch: 5.6.0
storage: lmdb
compression: zstd
I use lieer to send messages from one Gmail account to another.
I am receiving and looking at the email on Gmail and it shows the images as broken links.
The text was updated successfully, but these errors were encountered:
I am trying to configure Neomutt to send multipart emails based on the following post:
Additional info here:
So far it works perfectly except when adding some images with multipart/related that show as broken links in Gmail. I have checked and re-checked that the generated HTML has the correct CID references and that the macros call the proper
<edit-content-id>xxxxxxxx
command but for some reason when receiving the email (via Gmail) the attachment Content-ID differs from the one set by the macro script.Here is the raw message shown in Gmail:
You can see the HTML has the CID reference
"cid:f70105abb32afea88ffd8c869b047959"
but the attachment hasContent-ID: <6nzo5uk7og46lsekf70105abb32afea88ffd8c869b047959>
. On closer inspection we can see theContent-ID
is the same CID in the HTML but with some extra thing added to it:6nzo5uk7og46lsekf 70105abb32afea88ffd8c869b047959
.The questions is if Neomutt is the one adding the extra
6nzo5uk7og46lsekf
string to theContent-ID
? is it Gmail? and in either case how can I avoid it so the reference in the attachment and in the HTML match properly?Additional notes:
Neomutt:
I use lieer to send messages from one Gmail account to another.
I am receiving and looking at the email on Gmail and it shows the images as broken links.
The text was updated successfully, but these errors were encountered: