email/imap4mtm/imapsession/src/cimapcommand.cpp
branchCompilerCompatibility
changeset 20 43cbef41dd6d
parent 9 1d7827e39b52
child 47 5b14749788d7
--- a/email/imap4mtm/imapsession/src/cimapcommand.cpp	Sun Mar 28 16:36:08 2010 +0100
+++ b/email/imap4mtm/imapsession/src/cimapcommand.cpp	Mon Mar 29 12:25:56 2010 +0100
@@ -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;	
 	}