diff options
author | Go MAEDA <maeda@farend.jp> | 2023-03-26 05:35:50 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-03-26 05:35:50 +0000 |
commit | 421dc8320fdbcfccbf5d73c377d2ff21b7e28bc7 (patch) | |
tree | 3366ec016d6b98da2b6abf35a7f173abced457d1 /test/fixtures | |
parent | 260ba2e04a02945f24068fe3402cf0b838b74d63 (diff) | |
download | redmine-421dc8320fdbcfccbf5d73c377d2ff21b7e28bc7.tar.gz redmine-421dc8320fdbcfccbf5d73c377d2ff21b7e28bc7.zip |
Receive e-mail replies to news and news comments (#38274).
Patch by Felix Schäfer.
git-svn-id: https://svn.redmine.org/redmine/trunk@22160 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/mail_handler/news_comment_reply.eml | 15 | ||||
-rw-r--r-- | test/fixtures/mail_handler/news_reply.eml | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/test/fixtures/mail_handler/news_comment_reply.eml b/test/fixtures/mail_handler/news_comment_reply.eml new file mode 100644 index 000000000..2ce1660f9 --- /dev/null +++ b/test/fixtures/mail_handler/news_comment_reply.eml @@ -0,0 +1,15 @@ +Message-ID: <4974C93E.3071105@somenet.foo> +Date: Mon, 19 Jan 2023 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: News comment reply via email +References: <redmine.comment-1.20230214171800@somenet.foo> +In-Reply-To: <redmine.comment-1.20230214171800@somenet.foo> +Content-Type: text/plain; charset=UTF-8; format=flowed +Content-Transfer-Encoding: 7bit + +This is a reply to a comment. + + diff --git a/test/fixtures/mail_handler/news_reply.eml b/test/fixtures/mail_handler/news_reply.eml new file mode 100644 index 000000000..880ebf30f --- /dev/null +++ b/test/fixtures/mail_handler/news_reply.eml @@ -0,0 +1,15 @@ +Message-ID: <4974C93E.3071005@somenet.foo> +Date: Mon, 19 Jan 2023 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: News comment via email +References: <redmine.news-1.20230214171800@somenet.foo> +In-Reply-To: <redmine.news-1.20230214171800@somenet.foo> +Content-Type: text/plain; charset=UTF-8; format=flowed +Content-Transfer-Encoding: 7bit + +This is a reply to a news. + + |