aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/smtp/MCSMTPAsyncSession.h
diff options
context:
space:
mode:
authorGravatar DINH Viet Hoa <hoa@sprw.me>2013-01-16 01:07:32 -0800
committerGravatar DINH Viet Hoa <hoa@sprw.me>2013-01-16 01:07:32 -0800
commite75be6c8b9a9b694e86c4054b4493f8ec405df2f (patch)
treec74257540dca069ece8178d2afa03a3ee45d7781 /src/async/smtp/MCSMTPAsyncSession.h
parent70f53398659fb9305f6bf88e33c84327c61829d5 (diff)
Implemented async IMAP
Diffstat (limited to 'src/async/smtp/MCSMTPAsyncSession.h')
-rw-r--r--src/async/smtp/MCSMTPAsyncSession.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/async/smtp/MCSMTPAsyncSession.h b/src/async/smtp/MCSMTPAsyncSession.h
index 0b9e1edd..40b1cfbb 100644
--- a/src/async/smtp/MCSMTPAsyncSession.h
+++ b/src/async/smtp/MCSMTPAsyncSession.h
@@ -15,16 +15,6 @@ namespace mailcore {
class SMTPAsyncSession : public Object {
private:
- String * mHostname;
- unsigned int mPort;
- String * mUsername;
- String * mPassword;
- AuthType mAuthType;
- ConnectionType mConnectionType;
- time_t mTimeout;
- bool mCheckCertificateEnabled;
- bool mUseHeloIPEnabled;
-
SMTPSession * mSession;
OperationQueue * mQueue;
@@ -61,9 +51,7 @@ namespace mailcore {
virtual void setUseHeloIPEnabled(bool enabled);
virtual bool useHeloIPEnabled();
- virtual SMTPOperation * sendMessageOperationWithFromAndRecipient(Address * from, Array * recipients, Data * messageData);
virtual SMTPOperation * sendMessageOperation(Data * messageData);
- virtual SMTPOperation * sendMessageOperation(MessageBuilder * msg);
virtual SMTPOperation * checkAccountOperation(Address * from);
// private