FetchCommand
IMAP::FetchCommand fetch(fUID, fUID, IMAP::kFetchBody);
IMAP::FetchCommand fetch(fUIDs, kMaxFetchEntries,
FetchCommand::FetchCommand(uint32 from, uint32 to, uint32 flags)
FetchCommand::FetchCommand(MessageUIDList& uids, size_t max, uint32 flags)
FetchCommand::SetListener(FetchListener* listener)
FetchCommand::CommandString()
FetchCommand::HandleUntagged(Response& response)
FetchCommand::HandleLiteral(Response& response, ArgumentList& arguments,
class FetchCommand : public Command, public Handler,
FetchCommand(uint32 from, uint32 to,
FetchCommand(MessageUIDList& uids,
IMAP::FetchCommand command(from, to, flags | IMAP::kFetchFlags);