email/imap4mtm/imapsession/src/cimapcommand.cpp
branchRCL_3
changeset 9 1d7827e39b52
parent 0 72b543305e3a
equal deleted inserted replaced
5:4697dfb2d7ad 9:1d7827e39b52
   933 			iUnparsedData.Set(KNullDesC8);
   933 			iUnparsedData.Set(KNullDesC8);
   934 			}
   934 			}
   935 			
   935 			
   936 		__LOG_FORMAT((iLogId, "CImapCommand::GetResponseTextCodeL() - Found %S", &response));
   936 		__LOG_FORMAT((iLogId, "CImapCommand::GetResponseTextCodeL() - Found %S", &response));
   937 		}
   937 		}
   938 	else
   938 		
   939 		{
   939 		//Case where there is no [ ] for Server Response from servers like tuukka
   940 		__LOG_TEXT(iLogId, "CImapCommand::GetResponseTextCodeL() - Not Found");
   940 		//(ie) * OK PERMANENTFLAGS (\seen \answered \flagged \deleted \draft \priority)  
   941 		response.Set(KNullDesC8);
   941 		//we would be returning iUnparsedData, without editing the data
   942 		}
   942 
   943 	
       
   944 	return response;	
   943 	return response;	
   945 	}
   944 	}
   946 	
   945 	
   947 /**
   946 /**
   948 Helper method to return the state of the server response.
   947 Helper method to return the state of the server response.