emailservices/emailstore/base_plugin/src/MailIterator.cpp
changeset 59 16ed8d08d0b1
parent 0 8466d47a6819
equal deleted inserted replaced
54:997a02608b3a 59:16ed8d08d0b1
   132         fsMsg->SetContentDescription( KNullDesC() );
   132         fsMsg->SetContentDescription( KNullDesC() );
   133         fsMsg->SetContentDisposition( KNullDesC() );
   133         fsMsg->SetContentDisposition( KNullDesC() );
   134         
   134         
   135         iPlugin.TranslateMsgStorePropsL( iMailBox, *msMsgs[i], *fsMsg );
   135         iPlugin.TranslateMsgStorePropsL( iMailBox, *msMsgs[i], *fsMsg );
   136 
   136 
   137         aMessages.Append( fsMsg );
   137         aMessages.AppendL( fsMsg );
   138         CleanupStack::Pop( fsMsg );
   138         CleanupStack::Pop( fsMsg );
   139         }
   139         }
   140 
   140 
   141     CleanupStack::PopAndDestroy( &msMsgs );
   141     CleanupStack::PopAndDestroy( &msMsgs );
   142     __LOG_EXIT
   142     __LOG_EXIT
   182         fsMsg->SetContentDescription( KNullDesC() );
   182         fsMsg->SetContentDescription( KNullDesC() );
   183         fsMsg->SetContentDisposition( KNullDesC() );
   183         fsMsg->SetContentDisposition( KNullDesC() );
   184 
   184 
   185         iPlugin.TranslateMsgStorePropsL( iMailBox, *msMsgs[i], *fsMsg );
   185         iPlugin.TranslateMsgStorePropsL( iMailBox, *msMsgs[i], *fsMsg );
   186 
   186 
   187         aMessages.Append( fsMsg );
   187         aMessages.AppendL( fsMsg );
   188         CleanupStack::Pop( fsMsg );
   188         CleanupStack::Pop( fsMsg );
   189         }
   189         }
   190 
   190 
   191     CleanupStack::PopAndDestroy( &msMsgs );
   191     CleanupStack::PopAndDestroy( &msMsgs );
   192     __LOG_EXIT
   192     __LOG_EXIT