Home
last modified time | relevance | path

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

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp285 FetchMessageEntriesCommand::FetchMessageEntriesCommand( in FetchMessageEntriesCommand() function in IMAP::FetchMessageEntriesCommand
297 FetchMessageEntriesCommand::CommandString() in CommandString()
314 FetchMessageEntriesCommand::HandleUntagged(Response& response) in HandleUntagged()
H A DCommands.h126 class FetchMessageEntriesCommand : public Command, public Handler {
128 FetchMessageEntriesCommand(
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp179 IMAP::FetchMessageEntriesCommand command(entries, from, to, true); in do_flags()
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp375 IMAP::FetchMessageEntriesCommand fetch(entries, from, to, false); in Process()