Skip to content

Instantly share code, notes, and snippets.

@alkema
Created September 16, 2011 19:03
Show Gist options
  • Save alkema/1222841 to your computer and use it in GitHub Desktop.
Save alkema/1222841 to your computer and use it in GitHub Desktop.
Started POST "/incoming_mails" for 75.101.174.33 at 2011-09-16 11:44:50 -0700
Processing by IncomingMailsController#create as HTML
Parameters: {"to"=>"<[email protected]>", "disposable"=>"", "from"=>"[email protected]", "subject"=>"test", "message"=>"Received: by wyh11 with SMTP id 11so4116107wyh.36\r\n for <[email protected]>; Fri, 16 Sep 2011 11:44:46 -0700 (PDT)\r\nReceived: by 10.227.200.147 with SMTP id ew19mr1896356wbb.38.1316198686329;\r\n Fri, 16 Sep 2011 11:44:46 -0700 (PDT)\r\nReturn-Path: <[email protected]>\r\nReceived: from Steve-Smiths-MacBook-Pro.local ([46.208.75.144])\r\n by mx.google.com with ESMTPS id p8sm10467322wbo.20.2011.09.16.11.44.44\r\n (version=SSLv3 cipher=OTHER);\r\n Fri, 16 Sep 2011 11:44:45 -0700 (PDT)\r\nMessage-ID: <[email protected]>\r\nDate: Fri, 16 Sep 2011 19:44:42 +0100\r\nFrom: Steve Smith <[email protected]>\r\nUser-Agent: Postbox 2.5.2 (Macintosh/20110802)\r\nMIME-Version: 1.0\r\nTo: [email protected]\r\nSubject: test\r\nContent-Type: text/plain; charset=ISO-8859-1\r\nContent-Transfer-Encoding: 7bit\r\n\r\ntest\r\n", "plain"=>"test", "html"=>"", "x_to_header"=>"[\"[email protected]\"]", "x_cc_header"=>"", "signature"=>"2149bc7a3f088b70b67308bf6b88c156"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment