Merge pull request #252 from jacadcaps/replyTo
Fixed an ENVELOPE ReplyTo handling regression.
This commit is contained in:
commit
98ec456ed1
@ -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