emailservices/nmclientapi/src/nmapimailboxlisting.cpp
changeset 20 ecc8def7944a
parent 18 578830873419
child 23 2dc6caa42ec3
equal deleted inserted replaced
18:578830873419 20:ecc8def7944a
    54  *  It also at start clear inputlist of NmMailbox.
    54  *  It also at start clear inputlist of NmMailbox.
    55  *  
    55  *  
    56  *  \return Return true if results were avaible
    56  *  \return Return true if results were avaible
    57  *  \arg List of mailboxes to filled. On start is cleared. 
    57  *  \arg List of mailboxes to filled. On start is cleared. 
    58  */
    58  */
    59 bool NmMailboxListing::mailboxes(QList<EmailClientApi::NmMailbox> &mailboxes)
    59 bool NmMailboxListing::getMailboxes(QList<EmailClientApi::NmMailbox> &mailboxes)
    60 {
    60 {
    61     mailboxes.clear();
    61     mailboxes.clear();
    62 
    62 
    63     bool result = false;
    63     bool result = false;
    64 
    64