diff options
Diffstat (limited to 'tdeioslave/imap4/imap4.h')
-rw-r--r-- | tdeioslave/imap4/imap4.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeioslave/imap4/imap4.h b/tdeioslave/imap4/imap4.h index d264cce9d..a0529827a 100644 --- a/tdeioslave/imap4/imap4.h +++ b/tdeioslave/imap4/imap4.h @@ -55,7 +55,7 @@ class IMAP4Protocol:public public: // reimplement the TCPSlave - IMAP4Protocol (const TQCString & pool, const TQCString & app, bool isSSL); + IMAP4Protocol (const TQCString & pool, const TQCString & app, bool isTLS); virtual ~IMAP4Protocol (); virtual void openConnection(); @@ -186,9 +186,9 @@ private: void doListEntry (const TQString & encodedUrl, int stretch, imapCache * cache = NULL, bool withFlags = FALSE, bool withSubject = FALSE); - TQString myHost, myUser, myPass, myAuth, myTLS; + TQString myHost, myUser, myPass, myAuth, mySTARTTLS; int myPort; - bool mySSL; + bool myTLS; bool relayEnabled, cacheOutput, decodeContent; TQByteArray outputCache; |