mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 03:16:29 +03:00
28 lines
822 B
Plaintext
28 lines
822 B
Plaintext
From: Test Sender <bob@example.net>
|
|
Subject: Large image test
|
|
To: alice@example.org
|
|
Message-ID: <huge-image-test@localhost>
|
|
Date: Thu, 17 Dec 2020 15:38:45 +0100
|
|
User-Agent: Test-Agent/1.0
|
|
MIME-Version: 1.0
|
|
Content-Type: multipart/mixed;
|
|
boundary="------------HUGE_IMAGE_BOUNDARY"
|
|
Content-Language: en-US
|
|
|
|
This is a multi-part message in MIME format.
|
|
--------------HUGE_IMAGE_BOUNDARY
|
|
Content-Type: text/plain; charset=utf-8
|
|
Content-Transfer-Encoding: 7bit
|
|
|
|
Here is a huge image
|
|
|
|
--------------HUGE_IMAGE_BOUNDARY
|
|
Content-Type: image/png;
|
|
name="huge_image.png"
|
|
Content-Transfer-Encoding: base64
|
|
Content-Disposition: attachment;
|
|
filename="huge_image.png"
|
|
|
|
iVBORw0KGgoAAAANSUhEUgAAH0AAAB9ACAIAAACJkzqjAAAAEElEQVR4nAEFAPr/AP////8AAAAFCeiupAAAAABJRU5ErkJggg==
|
|
--------------HUGE_IMAGE_BOUNDARY--
|