email/pop3andsmtpmtm/clientmtms/src/MIUTHDR.CPP
branchRCL_3
changeset 60 7fdbb852d323
parent 57 ebe688cedc25
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
  2863 			
  2863 			
  2864 			while(startPos != KErrNotFound )
  2864 			while(startPos != KErrNotFound )
  2865 				{
  2865 				{
  2866 				TPtrC16 str2 = str1.Left(startPos);
  2866 				TPtrC16 str2 = str1.Left(startPos);
  2867 				TInt a= ConvertToTInt(str2);
  2867 				TInt a= ConvertToTInt(str2);
  2868 				encodingData.AppendL(a);
  2868 				encodingData.Append(a);
  2869 				
  2869 				
  2870 				startPos++;
  2870 				startPos++;
  2871 				str1.Set(str1.Mid(startPos, str1.Length()- startPos));
  2871 				str1.Set(str1.Mid(startPos, str1.Length()- startPos));
  2872 			
  2872 			
  2873 				startPos = str1.Locate(',');
  2873 				startPos = str1.Locate(',');