mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: add support for multiple incoming emails for groups & categories
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Return-Path: <random.name@bar.ru>
|
||||
From: =?UTF-8?B?0KHQu9GD0YfQsNC50L3QsNGP?= =?UTF-8?B?INCY0LzRjw==?= <random.name@bar.ru>
|
||||
To: team@bar.com
|
||||
To: meat@bar.com
|
||||
Subject: I need help
|
||||
Date: Fri, 15 Jan 2016 00:12:43 +0100
|
||||
Message-ID: <29@foo.bar.mail>
|
||||
|
||||
2
spec/fixtures/emails/new_user.eml
vendored
2
spec/fixtures/emails/new_user.eml
vendored
@@ -1,6 +1,6 @@
|
||||
Return-Path: <discourse@bar.com>
|
||||
From: Foo Bar <discourse@bar.com>
|
||||
To: category@bar.com
|
||||
To: category@foo.com
|
||||
Subject: This is a topic from a complete stranger
|
||||
Date: Fri, 15 Jan 2016 00:12:43 +0100
|
||||
Message-ID: <31@foo.bar.mail>
|
||||
|
||||
2
spec/fixtures/emails/no_subject.eml
vendored
2
spec/fixtures/emails/no_subject.eml
vendored
@@ -1,5 +1,5 @@
|
||||
From: Some One <some@one.com>
|
||||
To: team@bar.com
|
||||
To: meat@bar.com
|
||||
Date: Mon, 1 Feb 2016 00:12:43 +0100
|
||||
Message-ID: <40@foo.bar.mail>
|
||||
Mime-Version: 1.0
|
||||
|
||||
Reference in New Issue
Block a user