email/pop3andsmtpmtm/clientmtms/src/MIUTMSG.CPP
branchRCL_3
changeset 26 ebe688cedc25
parent 14 c6838af47512
child 27 7fdbb852d323
equal deleted inserted replaced
25:fa1df4b99609 26:ebe688cedc25
     1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  6447 				attachment->SetSize(entry.iSize);
  6447 				attachment->SetSize(entry.iSize);
  6448 				attachment->SetComplete(entry.Complete());
  6448 				attachment->SetComplete(entry.Complete());
  6449 				// def070915 - propagated fix
  6449 				// def070915 - propagated fix
  6450 				attachment->SetId(iHtmlId);
  6450 				attachment->SetId(iHtmlId);
  6451 				CleanupStack::Pop(attachment);
  6451 				CleanupStack::Pop(attachment);
  6452 				iAttachmentInfoList.Append(attachment);
  6452 				iAttachmentInfoList.AppendL(attachment);
  6453 				++iTotalAttachments;
  6453 				++iTotalAttachments;
  6454 				iPartList=iPartList|KMsvMessagePartAttachments;
  6454 				iPartList=iPartList|KMsvMessagePartAttachments;
  6455 				}
  6455 				}
  6456 			CleanupStack::PopAndDestroy(store);	
  6456 			CleanupStack::PopAndDestroy(store);	
  6457 		}
  6457 		}