1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-05 18:31:06 +01:00

Add Email example code

This commit is contained in:
sharkdp 2020-10-01 20:45:26 +02:00 committed by David Peter
parent c432a064a4
commit 9eed16beb4
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,16 @@
Return-Path: <user@example.com>
Received: from mail.example ([1.1.1.1])
 by mail.example with LMTP
 id 123
 (envelope-from <user@example.com>)
 for <a@b>; Sun, 13 Oct 2019 13:53:24 +0000
From: "User, Test" <user@example.com>
To: "User2, Test" <user2@example.com>
Subject:
Date: Sun, 13 Oct 2019 13:53:08 +0000
Accept-Language: de-DE, en-US
Content-Language: de-DE
X-MS-Has-Attach: yes
MIME-Version: 1.0
Test

View File

@ -0,0 +1,16 @@
Return-Path: <user@example.com>
Received: from mail.example ([1.1.1.1])
by mail.example with LMTP
id 123
(envelope-from <user@example.com>)
for <a@b>; Sun, 13 Oct 2019 13:53:24 +0000
From: "User, Test" <user@example.com>
To: "User2, Test" <user2@example.com>
Subject:
Date: Sun, 13 Oct 2019 13:53:08 +0000
Accept-Language: de-DE, en-US
Content-Language: de-DE
X-MS-Has-Attach: yes
MIME-Version: 1.0
Test