|
30 | 30 | import java.io.File; |
31 | 31 |
|
32 | 32 | import org.apache.james.jmap.mailet.filter.JMAPFiltering; |
33 | | -import org.apache.james.mailets.configuration.CommonProcessors; |
34 | 33 | import org.apache.james.mailets.configuration.MailetConfiguration; |
35 | 34 | import org.apache.james.mailets.configuration.ProcessorConfiguration; |
36 | 35 | import org.apache.james.modules.protocols.ImapGuiceProbe; |
|
40 | 39 | import org.apache.james.transport.mailets.LocalDelivery; |
41 | 40 | import org.apache.james.transport.mailets.RecipientRewriteTable; |
42 | 41 | import org.apache.james.transport.mailets.RemoteDelivery; |
43 | | -import org.apache.james.transport.mailets.SetMimeHeader; |
44 | | -import org.apache.james.transport.mailets.Sieve; |
45 | 42 | import org.apache.james.transport.mailets.ToProcessor; |
46 | | -import org.apache.james.transport.mailets.ToRepository; |
47 | 43 | import org.apache.james.transport.mailets.VacationMailet; |
48 | 44 | import org.apache.james.transport.matchers.All; |
49 | | -import org.apache.james.transport.matchers.HasMailAttribute; |
50 | 45 | import org.apache.james.transport.matchers.RecipientIsLocal; |
51 | 46 | import org.apache.james.transport.matchers.SMTPAuthSuccessful; |
52 | | -import org.apache.james.transport.matchers.SenderIsLocal; |
53 | 47 | import org.apache.james.utils.DataProbeImpl; |
54 | 48 | import org.apache.james.utils.SMTPMessageSender; |
55 | 49 | import org.apache.james.utils.TestIMAPClient; |
@@ -125,6 +119,7 @@ void receivedMessagesShouldContainDeliveredToHeadersI8N() throws Exception { |
125 | 119 | .awaitMessage(awaitAtMostOneMinute); |
126 | 120 |
|
127 | 121 | assertThat(testIMAPClient.readFirstMessage()) |
| 122 | + .contains(RECIPIENT2_UTF8) |
128 | 123 | .contains("testé") |
129 | 124 | .contains("contenté"); |
130 | 125 | } |
|
0 commit comments