email/pop3andsmtpmtm/clientmtms/src/MIUTHDR.CPP
branchRCL_3
changeset 26 ebe688cedc25
parent 0 72b543305e3a
child 27 7fdbb852d323
equal deleted inserted replaced
25:fa1df4b99609 26:ebe688cedc25
  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.Append(a);
  2868 				encodingData.AppendL(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(',');