aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/pop
diff options
context:
space:
mode:
authorGravatar DINH Viet Hoa <hoa@sprw.me>2013-01-19 00:09:29 -0800
committerGravatar DINH Viet Hoa <hoa@sprw.me>2013-01-19 00:09:29 -0800
commitc363854167d3a66e77e0964c19a09cdc31f1e544 (patch)
tree2547f1be4bdbcabcc6ae58c4e35d0dad0d65a411 /src/core/pop
parenta56ff2c85bf8572e42912ce92a0ecb356f5bcd23 (diff)
pop3 progress, mime types
Diffstat (limited to 'src/core/pop')
-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 0ae28a9d..26a0c868 100644
--- a/src/core/pop/MCPOPSession.cc
+++ b/src/core/pop/MCPOPSession.cc
@@ -155,6 +155,7 @@ void POPSession::body_progress(size_t current, size_t maximum, void * context)
void POPSession::setup()
{
mPop = mailpop3_new(0, NULL);
+ mailpop3_set_progress_callback(mPop, POPSession::body_progress, this);
}
void POPSession::unsetup()