Home
last modified time | relevance | path

Searched refs:fFetchCommands (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp341 for (int32 i = 0; i < fFetchCommands.CountItems(); i++) { in Process()
343 fFetchCommands.ItemAt(i)); in Process()
410 if (!fFetchCommands.AddItem(command)) in Process()
444 WorkerCommandList fFetchCommands; member in CheckMailboxesCommand