Thunderbird 多部分边界中的垃圾
Garbage in Thunderbird multipart boundaries
在我用 Thunderbird 发送的消息中,我有以下电子邮件 header
Content-Type: multipart/alternative;
boundary="000_160551222008756181axiscom"
所有的历史都被分割成这样的线
--000_160551222008756181axiscom
那些最初的 --
对其他邮件查看器(如 Outlook 的网络邮件客户端)造成混乱。这些 --
来自哪里,我该如何摆脱它们?
我使用的是 Thunderbird 78.4.2(64 位)版本。
连字符来自 RFC2046。你通常不会摆脱它们。在别处查找问题。
The Content-Type field for multipart entities requires one parameter,
"boundary". The boundary delimiter line is then defined as a line
consisting entirely of two hyphen characters ("-", decimal value 45)
followed by the boundary parameter value from the Content-Type header
field, optional linear whitespace, and a terminating CRLF.
在我用 Thunderbird 发送的消息中,我有以下电子邮件 header
Content-Type: multipart/alternative; boundary="000_160551222008756181axiscom"
所有的历史都被分割成这样的线
--000_160551222008756181axiscom
那些最初的 --
对其他邮件查看器(如 Outlook 的网络邮件客户端)造成混乱。这些 --
来自哪里,我该如何摆脱它们?
我使用的是 Thunderbird 78.4.2(64 位)版本。
连字符来自 RFC2046。你通常不会摆脱它们。在别处查找问题。
The Content-Type field for multipart entities requires one parameter, "boundary". The boundary delimiter line is then defined as a line consisting entirely of two hyphen characters ("-", decimal value 45) followed by the boundary parameter value from the Content-Type header field, optional linear whitespace, and a terminating CRLF.