Created
May 7, 2014 17:36
-
-
Save rahul100885/c8ad31f2c6a8e0542a67 to your computer and use it in GitHub Desktop.
Email header for gmail action button
This file contains hidden or 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
Delivered-To: [email protected] | |
Received: by 10.229.25.199 with SMTP id a7csp15957qcc; | |
Wed, 7 May 2014 05:55:13 -0700 (PDT) | |
X-Received: by 10.182.241.67 with SMTP id wg3mr44908240obc.16.1399467313246; | |
Wed, 07 May 2014 05:55:13 -0700 (PDT) | |
Return-Path: <[email protected]> | |
Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [2607:f8b0:400e:c02::22d]) | |
by mx.google.com with ESMTPS id yb4si1843965pbb.403.2014.05.07.05.55.12 | |
for <[email protected]> | |
(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); | |
Wed, 07 May 2014 05:55:13 -0700 (PDT) | |
Received-SPF: pass (google.com: domain of [email protected] designates 2607:f8b0:400e:c02::22d as permitted sender) client-ip=2607:f8b0:400e:c02::22d; | |
Authentication-Results: mx.google.com; | |
spf=pass (google.com: domain of [email protected] designates 2607:f8b0:400e:c02::22d as permitted sender) [email protected]; | |
dkim=pass [email protected]; | |
dmarc=pass (p=NONE dis=NONE) header.from=gmail.com | |
Received: by mail-pd0-f173.google.com with SMTP id y10so1046343pdj.32 | |
for <[email protected]>; Wed, 07 May 2014 05:55:12 -0700 (PDT) | |
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; | |
d=gmail.com; s=20120113; | |
h=date:from:to:message-id:subject:mime-version:content-type | |
:content-transfer-encoding; | |
bh=yF1kL3NhDuikRWvpuaCQQ7Y22Sla58gDHOOkqCHrVWs=; | |
b=H05H61Y/i8Gvm40xLXmmWa1cSHMXrYRfPSVy1RZzAn5oeccKRoF9AqGA43qqm1/LTR | |
Gh4aCkY2Mjf2WoYjRJBekeK4wX768K4jNxuauhEVC2IaEvQGLXkWx++7HxzPZ+cMYFKh | |
Qq7Zx4zuVtzpZdMFYI97GjwlchGqtyNlyelziQ4syXKsFt7hxMqX4BaLPiCz8s1K1I+K | |
HlTGZM+0O5Iw2mgabmsUK6yWGru6ga7TY+s9Ius5x6nkc+UG2MvHXvWtomRJ3b7+od6g | |
pIR2zw54tH1zHv8mr/tMb3Se4I4mQE0qYKkZmbBVY1iciEDrhC4l03Q79r5EjCO1WoeD | |
B5qg== | |
X-Received: by 10.66.142.42 with SMTP id rt10mr18917619pab.1.1399467312746; | |
Wed, 07 May 2014 05:55:12 -0700 (PDT) | |
Return-Path: <[email protected]> | |
Received: from gmail.com ([106.221.152.247]) | |
by mx.google.com with ESMTPSA id f5sm112803516pat.11.2014.05.07.05.55.10 | |
for <[email protected]> | |
(version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); | |
Wed, 07 May 2014 05:55:11 -0700 (PDT) | |
Date: Wed, 07 May 2014 18:25:06 +0530 | |
From: [email protected] | |
To: [email protected] | |
Message-ID: <[email protected]> | |
Subject: Testing Gmail Action button | |
Mime-Version: 1.0 | |
Content-Type: text/html; | |
charset=UTF-8 | |
Content-Transfer-Encoding: 7bit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment