diff -r 022fc9a9f172 -r 43cbef41dd6d email/imap4mtm/imapsession/src/cimapcommand.cpp --- 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; }