emailservices/nmclientapi/src/nmapienvelopelisting.cpp
changeset 76 38bf5461e270
parent 49 00c7ae862740
equal deleted inserted replaced
74:6c59112cfd31 76:38bf5461e270
    79    
    79    
    80     Caller gets ownership of envelopes. Returns true if results were available.
    80     Caller gets ownership of envelopes. Returns true if results were available.
    81     Before calling start should be called, otherwise will return empty list.
    81     Before calling start should be called, otherwise will return empty list.
    82     It also clears inputlist of NmMessageEnvelope.
    82     It also clears inputlist of NmMessageEnvelope.
    83  */
    83  */
    84 bool NmApiEnvelopeListing::getEnvelopes(QList<EmailClientApi::NmApiMessageEnvelope> &envelopes)
    84 bool NmApiEnvelopeListing::getEnvelopes(QList<NmApiMessageEnvelope> &envelopes)
    85 {
    85 {
    86     NM_FUNCTION;
    86     NM_FUNCTION;
    87     return mListingPrivate->envelopes(envelopes);
    87     return mListingPrivate->envelopes(envelopes);
    88 }
    88 }
    89 
    89