aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/smtp/MCSMTPAsyncSession.cc
diff options
context:
space:
mode:
authorGravatar DINH Viet Hoa <hoa@sprw.me>2013-01-17 23:58:24 -0800
committerGravatar DINH Viet Hoa <hoa@sprw.me>2013-01-17 23:58:24 -0800
commita56ff2c85bf8572e42912ce92a0ecb356f5bcd23 (patch)
tree27fc3fae4b10ae2d2319608b6d0d62ed98d12fed /src/async/smtp/MCSMTPAsyncSession.cc
parentada1598162092e9affc9337dedeb6c805ae72121 (diff)
IMAP Account with multiple IMAP connections
Diffstat (limited to 'src/async/smtp/MCSMTPAsyncSession.cc')
-rw-r--r--src/async/smtp/MCSMTPAsyncSession.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async/smtp/MCSMTPAsyncSession.cc b/src/async/smtp/MCSMTPAsyncSession.cc
index 95aa0907..95101a50 100644
--- a/src/async/smtp/MCSMTPAsyncSession.cc
+++ b/src/async/smtp/MCSMTPAsyncSession.cc
@@ -113,7 +113,7 @@ bool SMTPAsyncSession::useHeloIPEnabled()
void SMTPAsyncSession::runOperation(SMTPOperation * operation)
{
- // TODO: disconnect after delay
+#warning disconnect after delay
mQueue->addOperation(operation);
}