email/imap4mtm/imapsession/src/cimapcommand.cpp
branchRCL_3
changeset 9 1d7827e39b52
parent 0 72b543305e3a
child 47 5b14749788d7
--- a/email/imap4mtm/imapsession/src/cimapcommand.cpp	Tue Feb 02 00:08:43 2010 +0200
+++ b/email/imap4mtm/imapsession/src/cimapcommand.cpp	Fri Feb 19 22:47:38 2010 +0200
@@ -935,12 +935,11 @@
 			
 		__LOG_FORMAT((iLogId, "CImapCommand::GetResponseTextCodeL() - Found %S", &response));
 		}
-	else
-		{
-		__LOG_TEXT(iLogId, "CImapCommand::GetResponseTextCodeL() - Not Found");
-		response.Set(KNullDesC8);
-		}
-	
+		
+		//Case where there is no [ ] for Server Response from servers like tuukka
+		//(ie) * OK PERMANENTFLAGS (\seen \answered \flagged \deleted \draft \priority)  
+		//we would be returning iUnparsedData, without editing the data
+
 	return response;	
 	}