Created
September 27, 2013 08:16
-
-
Save andris9/6725562 to your computer and use it in GitHub Desktop.
mail
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
{ | |
"meta": { | |
"mail": true, | |
"message_id": "[email protected]", | |
"type": "Dropbox", | |
"date": "Fri, 27 Sep 2013 11:02:10 +0300", | |
"user_id": 25, | |
"company_id": 25 | |
}, | |
"data": { | |
"envelope": { | |
"to": [ | |
"[email protected]" | |
], | |
"from": "[email protected]" | |
}, | |
"headers": { | |
"received": [ | |
"by 127.0.0.1 with SMTP id lk861ssmVu Fri, 27 Sep 2013 03:02:12 -0500 (CDT)", | |
"from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by mx3.sendgrid.net (Postfix) with ESMTPS id 1A1A214E2E48 for <[email protected]>; Fri, 27 Sep 2013 03:02:11 -0500 (CDT)", | |
"by mail-ee0-f52.google.com with SMTP id c41so1019362eek.39 for <[email protected]>; Fri, 27 Sep 2013 01:02:10 -0700 (PDT)", | |
"from [192.168.10.115] (254.41.190.90.sta.estpak.ee. [90.190.41.254]) by mx.google.com with ESMTPSA id a6sm13166380eei.10.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Sep 2013 01:02:09 -0700 (PDT)" | |
], | |
"x-google-dkim-signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:content-transfer-encoding :subject:message-id:date:to:mime-version; bh=g3zLYH4xKxcPrHOD18z9YfpQcnk/GaJedfustWU5uGs=; b=GH4PtbVlwQDZS+FHwfOb5lP0AprMPpPYxfxqCOUKPyw3NSc48j7oK50qQdPQSQmQhF vamVWKUiNVG+k5kF+CXFoxgHu3Udy9XPI6Dpk2oLHXNo36fJ0P9qqQqlNCakcJObNW/x Hzh1k1jWmA30lQZvNkV4qr+6cOkN39eoYPs3FguwlbfkyzLCPH3rumC0bznv6fEXDPzz ACgKY/6tHu81922fCTbX6vDffwhT3BScxmo4aHGjgCfLid+a4zzUX759JM6jGBFqNw/d p55RQOa/HinTI2/vo5dWnX+CDFABgn3/aIy9DbBj7s//XhbdD4gXEOQcrJ9Yr7KS54nL IF5A==", | |
"x-gm-message-state": "ALoCoQmy1RB//GMhFFjlIAXb/o/1c+yc8B8R503JXg/xcBjruzWopbOGp3ICb2NxozClMMILiwU4", | |
"x-received": "by 10.14.108.9 with SMTP id p9mr8528890eeg.8.1380268930650; Fri, 27 Sep 2013 01:02:10 -0700 (PDT)", | |
"from": "Andris Reinman <[email protected]>", | |
"content-type": "text/plain; charset=us-ascii", | |
"content-transfer-encoding": "7bit", | |
"subject": "test", | |
"message-id": "<[email protected]>", | |
"date": "Fri, 27 Sep 2013 11:02:10 +0300", | |
"to": "\"[email protected]\" <[email protected]>", | |
"mime-version": "1.0 (Mac OS X Mail 6.6 \\(1510\\))", | |
"x-mailer": "Apple Mail (2.1510)" | |
}, | |
"from": [ | |
{ | |
"address": "[email protected]", | |
"name": "Andris Reinman" | |
} | |
], | |
"to": [ | |
{ | |
"address": "[email protected]", | |
"name": "" | |
} | |
], | |
"subject": "test", | |
"text": "test\n", | |
"html": "<p>test</p>", | |
"priority": "normal", | |
"messageId": "[email protected]" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment