diff options
author | Jamis Buck <jamis@37signals.com> | 2005-06-08 10:29:17 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-06-08 10:29:17 +0000 |
commit | 6cff8487ed241e5e8b032664664021bc5dd52c5e (patch) | |
tree | ccd150751c428af55bbc2452aeef94f8a48aa147 /actionmailer/test | |
parent | 29d6d15fc3dcb0d1c0ba531c5de7a8ea025f4ceb (diff) | |
download | rails-6cff8487ed241e5e8b032664664021bc5dd52c5e.tar.gz rails-6cff8487ed241e5e8b032664664021bc5dd52c5e.tar.bz2 rails-6cff8487ed241e5e8b032664664021bc5dd52c5e.zip |
Fixture for new test in [1395]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1396 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/test')
-rw-r--r-- | actionmailer/test/fixtures/raw_email10 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/raw_email10 b/actionmailer/test/fixtures/raw_email10 new file mode 100644 index 0000000000..b1fc2b2617 --- /dev/null +++ b/actionmailer/test/fixtures/raw_email10 @@ -0,0 +1,20 @@ +Return-Path: <xxx@xxxx.xxx> +Received: from xxx.xxxx.xxx by xxx.xxxx.xxx with ESMTP id C1B953B4CB6 for <xxxxx@Exxx.xxxx.xxx>; Tue, 10 May 2005 15:27:05 -0500 +Received: from SMS-GTYxxx.xxxx.xxx by xxx.xxxx.xxx with ESMTP id ca for <xxxxx@Exxx.xxxx.xxx>; Tue, 10 May 2005 15:27:04 -0500 +Received: from xxx.xxxx.xxx by SMS-GTYxxx.xxxx.xxx with ESMTP id j4AKR3r23323 for <xxxxx@Exxx.xxxx.xxx>; Tue, 10 May 2005 15:27:03 -0500 +Date: Tue, 10 May 2005 15:27:03 -0500 +From: xxx@xxxx.xxx +Sender: xxx@xxxx.xxx +To: xxxxxxxxxxx@xxxx.xxxx.xxx +Message-Id: <xxx@xxxx.xxx> +X-Original-To: xxxxxxxxxxx@xxxx.xxxx.xxx +Delivered-To: xxx@xxxx.xxx +Importance: normal +Content-Type: text/plain; charset=X-UNKNOWN + +Test test. Hi. Waving. m + +---------------------------------------------------------------- +Sent via Bell Mobility's Text Messaging service. +Envoyé par le service de messagerie texte de Bell Mobilité. +---------------------------------------------------------------- |