diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/sendgrid/helpers/inbound/sample_data/raw_data.txt')
-rw-r--r-- | .venv/lib/python3.12/site-packages/sendgrid/helpers/inbound/sample_data/raw_data.txt | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/sendgrid/helpers/inbound/sample_data/raw_data.txt b/.venv/lib/python3.12/site-packages/sendgrid/helpers/inbound/sample_data/raw_data.txt new file mode 100644 index 00000000..12f64cb4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/sendgrid/helpers/inbound/sample_data/raw_data.txt @@ -0,0 +1,57 @@ +--xYzZY +Content-Disposition: form-data; name="dkim" + +{@sendgrid.com : pass} +--xYzZY +Content-Disposition: form-data; name="email" + +MIME-Version: 1.0 +Received: by 0.0.0.0 with HTTP; Wed, 10 Aug 2016 14:44:21 -0700 (PDT) +From: Example User <test@example.com> +Date: Wed, 10 Aug 2016 14:44:21 -0700 +Subject: Inbound Parse Test Raw Data +To: inbound@inbound.inbound.com +Content-Type: multipart/alternative; boundary=001a113ee97c89842f0539be8e7a + +--001a113ee97c89842f0539be8e7a +Content-Type: text/plain; charset=UTF-8 + +Hello Twilio SendGrid! + +--001a113ee97c89842f0539be8e7a +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +<html><body><strong>Hello Twilio SendGrid!</body></html> + +--001a113ee97c89842f0539be8e7a-- + +--xYzZY +Content-Disposition: form-data; name="to" + +inbound@inbound.inbound.com +--xYzZY +Content-Disposition: form-data; name="from" + +Example User <test@example.com> +--xYzZY +Content-Disposition: form-data; name="sender_ip" + +0.0.0.0 +--xYzZY +Content-Disposition: form-data; name="envelope" + +{"to":["inbound@inbound.inbound.com"],"from":"test@example.com"} +--xYzZY +Content-Disposition: form-data; name="subject" + +Testing with Request.bin +--xYzZY +Content-Disposition: form-data; name="charsets" + +{"to":"UTF-8","subject":"UTF-8","from":"UTF-8"} +--xYzZY +Content-Disposition: form-data; name="SPF" + +pass +--xYzZY--
\ No newline at end of file |