aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/pop/MCPOPSession.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pop/MCPOPSession.cc')
-rw-r--r--src/core/pop/MCPOPSession.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/pop/MCPOPSession.cc b/src/core/pop/MCPOPSession.cc
index 12b0b032..0d26682e 100644
--- a/src/core/pop/MCPOPSession.cc
+++ b/src/core/pop/MCPOPSession.cc
@@ -439,6 +439,7 @@ Array * POPSession::fetchMessages(ErrorCode * pError)
POPMessageInfo * info = new POPMessageInfo();
info->setUid(uid);
+ info->setSize(msg_info->msg_size);
info->setIndex(msg_info->msg_index);
result->addObject(info);
info->release();