Fixed an ENVELOPE ReplyTo handling regression

This commit is contained in:
Jacek Piszczek 2021-03-15 08:18:33 -04:00
parent 47c6f35f5a
commit 8416534992

View File

@ -553,7 +553,7 @@ int IMAPMessage::processFetchResponse(
IMAPUtils::convertAddressList(*(env->env_reply_to), replyTo);
if (!replyTo.isEmpty()) {
hdr->ReplyTo()->setValue(*(replyTo.getMailboxAt(0)));
hdr->ReplyTo()->setValue(replyTo.toAddressList());
}
// Cc