aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/imap/MCIMAPCheckAccountOperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/async/imap/MCIMAPCheckAccountOperation.h')
-rw-r--r--src/async/imap/MCIMAPCheckAccountOperation.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/async/imap/MCIMAPCheckAccountOperation.h b/src/async/imap/MCIMAPCheckAccountOperation.h
index 9c81f00e..b6ce9dbf 100644
--- a/src/async/imap/MCIMAPCheckAccountOperation.h
+++ b/src/async/imap/MCIMAPCheckAccountOperation.h
@@ -17,8 +17,17 @@
namespace mailcore {
class MAILCORE_EXPORT IMAPCheckAccountOperation : public IMAPOperation {
+ public:
+ IMAPCheckAccountOperation();
+ virtual ~IMAPCheckAccountOperation();
+
+ virtual String * loginResponse();
+
public: // subclass behavior
virtual void main();
+
+ private:
+ String * mLoginResponse;
};
}