Fixed issue #37.

This commit is contained in:
Vincent Richard 2013-04-26 14:43:28 +02:00
parent ff05f2228e
commit 28c386f54e

View File

@ -463,7 +463,7 @@ void IMAPMessage::processFetchResponse
mailboxList to;
IMAPUtils::convertAddressList(*(env->env_to()), to);
hdr->To()->setValue(to);
hdr->To()->setValue(to.toAddressList());
// Sender
mailboxList sender;