ラボ プロジェクト (「pop3 メール クライアント」) を実行しているときに、サーバーの応答で謎の何かを見つけました。メッセージが 2 回重複しています。たとえば、次のようになります。
S: Subject: Test 1
S: From: *** *** <***@gmail.com>
S: To: ***@mail.ru
S: Content-Type: multipart/alternative; boundary=***
S: X-Spam: Not detected
S: X-Mras: Ok
S: X-Mru-Authenticated-Sender: ***@gmail.com
S:
S: --04***********************49
S: Content-Type: text/plain; charset=ISO-8859-1
S:
S: Hello
S:
S: --04***********************49
S: Content-Type: text/html; charset=ISO-8859-1
S:
S: Hello
S:
S: --047d7b10c7979b168d04d00bd749--
S:
S: .
これは正常ですか?どうもありがとうございました。