email/imap4mtm/imapprotocolcontroller/src/cimapprotocolcontroller.cpp
changeset 76 60a8a215b0ec
parent 65 d8ac8e5e4721
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
   195 		// Create the primary session pointer
   195 		// Create the primary session pointer
   196 		CImapSession* imapSession = NULL;
   196 		CImapSession* imapSession = NULL;
   197 		iImapSessionArray.AppendL(imapSession);
   197 		iImapSessionArray.AppendL(imapSession);
   198 
   198 
   199 		// Request the session manager to connect the session
   199 		// Request the session manager to connect the session
       
   200 		iImapSessionManager->SetSilentConnection(iIsSilent);
   200 		iImapSessionManager->GetSessionL(iStatus, iImapSessionArray[0]);
   201 		iImapSessionManager->GetSessionL(iStatus, iImapSessionArray[0]);
   201 
   202 
   202 		iForegroundSession = 0;
   203 		iForegroundSession = 0;
   203 		iRequestedOp = EConnect;
   204 		iRequestedOp = EConnect;
   204 		iCurrentOp = iRequestedOp;
   205 		iCurrentOp = iRequestedOp;