-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
N°4281 - "Content Type" and "Content Disposition" RFC 2045-compliant …
…for "name" and "filename" attributes.
- Loading branch information
1 parent
73ead6f
commit 3975b08
Showing
2 changed files
with
121 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
97 changes: 97 additions & 0 deletions
97
test/emailsSample/email_with_and_without_quotes_around_attachment_name.eml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
Return-Path: <[email protected]> | ||
Received: from www192.your-server.de | ||
by www192.your-server.de with LMTP | ||
id cANPJDAmYmNaVQEAUXDXKw | ||
(envelope-from <[email protected]>); Wed, 02 Nov 2022 09:11:28 +0100 | ||
Envelope-to: [email protected] | ||
Delivery-date: Wed, 02 Nov 2022 09:11:28 +0100 | ||
Authentication-Results: www192.your-server.de; | ||
iprev=pass (localhost) smtp.remote-ip=127.0.0.1; | ||
spf=pass smtp.mailfrom=itomig.de; | ||
dkim=pass header.d=itomig.de header.s=default2012 header.a=rsa-sha256; | ||
dmarc=skipped | ||
Received: from localhost ([127.0.0.1] helo=www192.your-server.de) | ||
by www192.your-server.de with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 | ||
(Exim 4.94.2) | ||
(envelope-from <[email protected]>) | ||
id 1oq8qO-000NG0-7r | ||
for [email protected]; Wed, 02 Nov 2022 09:11:28 +0100 | ||
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=itomig.de; | ||
s=default2012; h=Subject:From:To:MIME-Version:Date:Message-ID:Content-Type: | ||
Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: | ||
Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: | ||
In-Reply-To:References; bh=qfsa/c5xPqZ3d+6wNfzUExTW0ZNkPkALI3o0hp2R85A=; b=r5 | ||
zbg+7XSo/HBfaFAqqdBD0gDiOIa8ujhqmikWoXps5jf9oMJVJ6af5ynLdfZPbxkpWss5t6os7LhO/ | ||
w/ZdvjR8sOpvIX5nkR3DJxnG76Z28p0aFtpBz1OSIXpWe7LmSj8mBwsXBuh6jTLLH2xRGY3gBEIU9 | ||
fkOlRbJQ6lU3qhS9Xa9cgSGECPfhIvZzdM/Rb0vdvvERCmrpvr9TylqFb+3RA05pQJBOvG3i/ih7O | ||
5a9RytEsd5rpN1IabPoMV6UJFhKaxPY4hMG4qdgzI2GQZAcoK5kNm/IrUxeHQ8KLy5HigJ1I11e9e | ||
kzqzy6hT0ZKrELFcqh6Y8L6EzgtC+aOg==; | ||
Received: from [95.90.147.54] (helo=[192.168.0.103]) | ||
by www192.your-server.de with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 | ||
(Exim 4.94.2) | ||
(envelope-from <[email protected]>) | ||
id 1oq8qO-000NFs-3t | ||
for [email protected]; Wed, 02 Nov 2022 09:11:28 +0100 | ||
Content-Type: multipart/mixed; boundary="------------8PrwbWLJ6Ep94lElB18RfVAR" | ||
Message-ID: <[email protected]> | ||
Date: Wed, 2 Nov 2022 09:11:25 +0100 | ||
MIME-Version: 1.0 | ||
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 | ||
Thunderbird/102.2.2 | ||
Content-Language: en-US | ||
To: [email protected] | ||
From: Martin Raenker <[email protected]> | ||
Subject: test for attachments with unquoted name | ||
X-Authenticated-Sender: [email protected] | ||
X-Virus-Scanned: Clear (ClamAV 0.103.7/26707/Tue Nov 1 21:23:26 2022) | ||
X-local-sign: yes | ||
X-DKIM-Status: pass [(itomig.de) - 127.0.0.1] | ||
Delivered-To: [email protected] | ||
|
||
This is a multi-part message in MIME format. | ||
--------------8PrwbWLJ6Ep94lElB18RfVAR | ||
Content-Type: text/plain; charset=UTF-8; format=flowed | ||
Content-Transfer-Encoding: 7bit | ||
testbody | ||
--------------8PrwbWLJ6Ep94lElB18RfVAR | ||
Content-Type: application/octet-stream; charset=UTF-8; name="example_attachment_mail.csv" | ||
Content-Disposition: attachment; | ||
Content-Transfer-Encoding: base64 | ||
InRlc3QiLCJ0b3N0Igo= | ||
--------------8PrwbWLJ6Ep94lElB18RfVAR | ||
Content-Type: application/octet-stream; charset=UTF-8; name='example_attachment_mail.csv' | ||
Content-Disposition: attachment; | ||
Content-Transfer-Encoding: base64 | ||
InRlc3QiLCJ0b3N0Igo= | ||
--------------8PrwbWLJ6Ep94lElB18RfVAR | ||
Content-Type: application/octet-stream; charset=UTF-8; name=example_attachment_mail.csv | ||
Content-Disposition: attachment; | ||
Content-Transfer-Encoding: base64 | ||
InRlc3QiLCJ0b3N0Igo= | ||
--------------8PrwbWLJ6Ep94lElB18RfVAR | ||
Content-Type: application/octet-stream; charset=UTF-8; | ||
Content-Disposition: attachment; filename="example_attachment_mail.csv" | ||
Content-Transfer-Encoding: base64 | ||
InRlc3QiLCJ0b3N0Igo= | ||
--------------8PrwbWLJ6Ep94lElB18RfVAR | ||
Content-Type: application/octet-stream; charset=UTF-8; | ||
Content-Disposition: attachment; filename='example_attachment_mail.csv' | ||
Content-Transfer-Encoding: base64 | ||
InRlc3QiLCJ0b3N0Igo= | ||
--------------8PrwbWLJ6Ep94lElB18RfVAR | ||
Content-Type: application/octet-stream; charset=UTF-8; | ||
Content-Disposition: attachment; filename=example_attachment_mail.csv | ||
Content-Transfer-Encoding: base64 | ||
InRlc3QiLCJ0b3N0Igo= |