Skip to content

Commit 6ae1fb3

Browse files
Extend mailbox adapter to eml files
1 parent 2259730 commit 6ae1fb3

File tree

4 files changed

+1158
-70
lines changed

4 files changed

+1158
-70
lines changed

exampledir/test/github_email.eml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
Return-Path: <[email protected]>
2+
Date: Mon, 31 Jul 2023 01:34:57 -0700
3+
From: "github-actions[bot]" <[email protected]>
4+
To: KeYProject/key <[email protected]>
5+
In-Reply-To: <KeYProject/key/pull/[email protected]>
6+
References: <KeYProject/key/pull/[email protected]>
7+
Subject: Re: [KeYProject/key] Fix more UI bugs (PR #3232)
8+
Mime-Version: 1.0
9+
Content-Type: multipart/alternative;
10+
boundary="--==_mimepart_64c77231630fb_12bafdd0c012685";
11+
charset=UTF-8
12+
Content-Transfer-Encoding: 7bit
13+
Precedence: list
14+
X-GitHub-Sender: github-actions[bot]
15+
X-GitHub-Recipient: FliegendeWurst
16+
X-GitHub-Reason: author
17+
List-ID: KeYProject/key <key.KeYProject.github.com>
18+
List-Archive: https://github.com/KeYProject/key
19+
X-Auto-Response-Suppress: All
20+
destinations: [email protected]
21+
X-GitHub-Recipient-Address: [email protected]
22+
23+
24+
----==_mimepart_64c77231630fb_12bafdd0c012685
25+
Content-Type: text/plain;
26+
charset=UTF-8
27+
Content-Transfer-Encoding: 7bit
28+
29+
Thank you for your contribution.
30+
31+
The test artifacts are available on [Artiweb](https://keyproject.github.io/artiweb/3232/).
32+
The newest artifact is [here](https://keyproject.github.io/artiweb/3232/833812796/).
33+
34+
--
35+
Reply to this email directly or view it on GitHub:
36+
https://github.com/KeYProject/key/pull/3232#issuecomment-1657918122
37+
You are receiving this because you authored the thread.
38+
39+
Message ID: <KeYProject/key/pull/3232/[email protected]>
40+
----==_mimepart_64c77231630fb_12bafdd0c012685
41+
Content-Type: text/html;
42+
charset=UTF-8
43+
Content-Transfer-Encoding: 7bit
44+
45+
<p></p>
46+
<p dir="auto">Thank you for your contribution.</p>
47+
<p dir="auto">The test artifacts are available on <a href="https://keyproject.github.io/artiweb/3232/" rel="nofollow">Artiweb</a>.<br>
48+
The newest artifact is <a href="https://keyproject.github.io/artiweb/3232/833812796/" rel="nofollow">here</a>.</p>
49+
50+
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />Reply to this email directly, <a href="https://github.com/KeYProject/key/pull/3232#issuecomment-1657918122">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AC72QTN2XK2D42XVPNPMTXLXS5U3DANCNFSM6AAAAAA25Y7T4M">unsubscribe</a>.<br />You are receiving this because you authored the thread.<img src="https://github.com/notifications/beacon/AC72QTNZM6RAGMF7TAEUEL3XS5U3DA5CNFSM6AAAAAA25Y7T4OWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTC2HJKU.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span>&lt;KeYProject/key/pull/3232/c1657918122</span><span>@</span><span>github</span><span>.</span><span>com&gt;</span></span></p>
51+
<script type="application/ld+json">[
52+
{
53+
"@context": "http://schema.org",
54+
"@type": "EmailMessage",
55+
"potentialAction": {
56+
"@type": "ViewAction",
57+
"target": "https://github.com/KeYProject/key/pull/3232#issuecomment-1657918122",
58+
"url": "https://github.com/KeYProject/key/pull/3232#issuecomment-1657918122",
59+
"name": "View Pull Request"
60+
},
61+
"description": "View this Pull Request on GitHub",
62+
"publisher": {
63+
"@type": "Organization",
64+
"name": "GitHub",
65+
"url": "https://github.com"
66+
}
67+
}
68+
]</script>
69+
----==_mimepart_64c77231630fb_12bafdd0c012685--

0 commit comments

Comments
 (0)