Fixed issue #37.
This commit is contained in:
parent
ff05f2228e
commit
28c386f54e
@ -463,7 +463,7 @@ void IMAPMessage::processFetchResponse
|
|||||||
mailboxList to;
|
mailboxList to;
|
||||||
IMAPUtils::convertAddressList(*(env->env_to()), to);
|
IMAPUtils::convertAddressList(*(env->env_to()), to);
|
||||||
|
|
||||||
hdr->To()->setValue(to);
|
hdr->To()->setValue(to.toAddressList());
|
||||||
|
|
||||||
// Sender
|
// Sender
|
||||||
mailboxList sender;
|
mailboxList sender;
|
||||||
|
Loading…
Reference in New Issue
Block a user