When im doing my lab project ("pop3 mail client") im find something mystery in server answer- messages duplicates two times, for example:
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: .
Is this normal? Thank you very much.