GODT-1556: If no references, use the in-reply-to header as ParentID.

This commit is contained in:
Romain LE JEUNE
2023-01-20 11:01:17 +01:00
parent ee4da8a89c
commit f1404cd3ee
2 changed files with 6 additions and 2 deletions

View File

@ -101,7 +101,7 @@ func TestBridge_Send(t *testing.T) {
defer recipientIMAPClient.Logout() //nolint:errcheck
// Sender should have 10 messages in the sent folder.
// Recipient should have 0 messages in inbox.
// Recipient should have 10 messages in inbox.
require.Eventually(t, func() bool {
sent, err := senderIMAPClient.Status(`Sent`, []imap.StatusItem{imap.StatusMessages})
require.NoError(t, err)