Searched refs:FetchCommand (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp345 FetchCommand::FetchCommand(uint32 from, uint32 to, uint32 flags) function in class:IMAP::FetchCommand
359 FetchCommand::FetchCommand(MessageUIDList& uids, size_t max, uint32 flags) function in class:IMAP::FetchCommand
392 FetchCommand::SetListener(FetchListener* listener)
399 FetchCommand::CommandString()
425 FetchCommand::HandleUntagged(Response& response)
451 FetchCommand::HandleLiteral(Response& response, ArgumentList& arguments,
H A DCommands.h160 class FetchCommand : public Command, public Handler, class in namespace:IMAP
163 FetchCommand(uint32 from, uint32 to,
165 FetchCommand(MessageUIDList& uids,
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp110 IMAP::FetchCommand command(from, to, flags | IMAP::kFetchFlags);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp195 IMAP::FetchCommand fetch(fUID, fUID, IMAP::kFetchBody);
258 IMAP::FetchCommand fetch(fUIDs, kMaxFetchEntries,

Completed in 79 milliseconds