Will fetch the mailbox list, and emit a mailBoxList() as a result. Definition at line 318 of file imaplib.cpp. Referenced by Mailody::ImapManager::getMailBoxList(). { // kdDebug() << k_funcinfo << endl; m_queue.append(Queue(Queue::GetMailBoxList,"", "LIST \"\" \"*\"", i18n("Retrieving mailbox list"))); }
|