Searched refs:FetchMessageCommand (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DIMAPHandler.h125 class FetchMessageCommand : public IMAPMailboxCommand { class in inherits:IMAPMailboxCommand
127 FetchMessageCommand(IMAPMailbox& mailbox,
131 FetchMessageCommand(IMAPMailbox& mailbox,
134 ~FetchMessageCommand();
H A DIMAPHandler.cpp300 FetchMessageCommand::FetchMessageCommand(IMAPMailbox& mailbox, int32 message, function in class:FetchMessageCommand
313 FetchMessageCommand::FetchMessageCommand(IMAPMailbox& mailbox, function in class:FetchMessageCommand
330 FetchMessageCommand::~FetchMessageCommand()
338 FetchMessageCommand::Command()
352 FetchMessageCommand::Handle(const BString& response)
651 command = new FetchMessageCommand(fIMAPMailbox, nMessages + 1, exists,
H A DIMAPMailbox.cpp233 FetchMessageCommand fetchCommand(*this, firstMessage, lastMessage,

Completed in 35 milliseconds