0

さまざまな画像を含むメールを送信しています。画像は適切なメール内に添付され、CID で呼び出されます。問題は、他のメール マネージャー (Gmail、Hotmail、OutLook) では表示されるが、Thunder Bird では表示されず、表示されるだけです。適切な ThunderBird で送信すると、さまざまなコードが表示されます。

サンダーバード:

Content-Type: multipart/related;
boundary="------------090609020409030103090006"    

--------------090609020409030103090006
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<img src="cid:part4.03040206.04020800@gmail.com" width="44" border="0" height="44">

--------------090609020409030103090006
Content-Type: image/jpeg;
 name="Test Viernes 2.img1.jpg"
Content-Transfer-Encoding: base64
Content-ID: <part4.03040206.04020800@gmail.com>
Content-Disposition: inline;
 filename="Test Viernes 2.img1.jpg"

私のコード:

Content-Type: multipart/mixed; charset=UTF-8;
boundary="mJonE6yirRSwGqpciLxBquR=_l8nG2jcGG"

--mJonE6yirRSwGqpciLxBquR=_l8nG2jcGG
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

<IMG src=3D"cid:00003" width=3D44 height=3D44>

--mJonE6yirRSwGqpciLxBquR=_l8nG2jcGG
Content-Type: image/jpeg;
    name="Test Viernes 2.img1.jpg"
Content-Transfer-Encoding: base64
Content-Disposition: inline;
    filename="Test Viernes 2.img1.jpg"
Content-ID: <00003>

この問題はThunderBirdでのみ発見され、thunderbird 17.0.5を使用しているため、それらの間の主な違いを理解できません

なぜこれが起こっているのかについての提案、ありがとう。

4

1 に答える 1

1

それはすべて Content-Type: multipart/related; のせいでした。ありがとうございました。

于 2013-05-07T09:32:06.950 に答える