email/pop3andsmtpmtm/popservermtm/inc/POPS.H
changeset 76 60a8a215b0ec
parent 0 72b543305e3a
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
   123 
   123 
   124     CImTextServerSession*			iSocket;
   124     CImTextServerSession*			iSocket;
   125 	CImCaf*				iCaf;
   125 	CImCaf*				iCaf;
   126 
   126 
   127 	CImPop3Capa*		iPopCapabilities;
   127 	CImPop3Capa*		iPopCapabilities;
   128 	TBuf8<KImMailMaxBufferSize>	iResponseBuffer;
   128 	TBuf8<KMailMaxBufferSize>	iResponseBuffer;
   129 #if (defined SYMBIAN_EMAIL_CAPABILITY_SUPPORT)
   129 #if (defined SYMBIAN_EMAIL_CAPABILITY_SUPPORT)
   130 	TBool iSaslAuthLogin;
   130 	TBool iSaslAuthLogin;
   131 	CPopAuthMechanismHelper* iPopAuthHelper;
   131 	CPopAuthMechanismHelper* iPopAuthHelper;
   132 #endif
   132 #endif
   133 
   133