diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-19 19:03:53 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-19 19:03:53 +0000 |
commit | b9e3fbcd83766329fd7c891291a5efc46ea51eb2 (patch) | |
tree | c523871efcda689848cdeb82b0bf1ba975be93ce /test/fixtures/mail_handler | |
parent | 0c4e40b89cfeab5feb9cfa0aecd6f2233134a076 (diff) | |
download | redmine-b9e3fbcd83766329fd7c891291a5efc46ea51eb2.tar.gz redmine-b9e3fbcd83766329fd7c891291a5efc46ea51eb2.zip |
Allow email to reply to a forum message (#1616).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2289 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/mail_handler')
-rw-r--r-- | test/fixtures/mail_handler/message_reply.eml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/fixtures/mail_handler/message_reply.eml b/test/fixtures/mail_handler/message_reply.eml new file mode 100644 index 000000000..a2ef8ee14 --- /dev/null +++ b/test/fixtures/mail_handler/message_reply.eml @@ -0,0 +1,15 @@ +Message-ID: <4974C93E.3070005@somenet.foo> +Date: Mon, 19 Jan 2009 19:41:02 +0100 +From: "John Smith" <jsmith@somenet.foo> +User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) +MIME-Version: 1.0 +To: redmine@somenet.foo +Subject: Reply via email +References: <redmine.message-2.20070512171800@somenet.foo> +In-Reply-To: <redmine.message-2.20070512171800@somenet.foo> +Content-Type: text/plain; charset=UTF-8; format=flowed +Content-Transfer-Encoding: 7bit + +This is a reply to a forum message. + + |