Fixed an ENVELOPE ReplyTo handling regression
This commit is contained in:
parent
47c6f35f5a
commit
8416534992
@ -553,7 +553,7 @@ int IMAPMessage::processFetchResponse(
|
|||||||
IMAPUtils::convertAddressList(*(env->env_reply_to), replyTo);
|
IMAPUtils::convertAddressList(*(env->env_reply_to), replyTo);
|
||||||
|
|
||||||
if (!replyTo.isEmpty()) {
|
if (!replyTo.isEmpty()) {
|
||||||
hdr->ReplyTo()->setValue(*(replyTo.getMailboxAt(0)));
|
hdr->ReplyTo()->setValue(replyTo.toAddressList());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Cc
|
// Cc
|
||||||
|
Loading…
Reference in New Issue
Block a user