Merge pull request #252 from jacadcaps/replyTo

Fixed an ENVELOPE ReplyTo handling regression.
This commit is contained in:
Vincent Richard 2021-03-15 19:39:33 +01:00 committed by GitHub
commit 98ec456ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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