diff -r f747389cd752 -r 0d213b5329c6 email/imap4mtm/imapsession/src/cimapcommand.cpp --- a/email/imap4mtm/imapsession/src/cimapcommand.cpp Mon Mar 08 21:43:20 2010 +0000 +++ b/email/imap4mtm/imapsession/src/cimapcommand.cpp Sun Mar 14 13:09:10 2010 +0000 @@ -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; }