// Copyright (c) 2010 Martin Knafve / hMailServer.com. // http://www.hmailserver.com #pragma once #include "IMAPCommand.h" namespace HM { class IMAPCommandLOGIN : public IMAPCommand { virtual IMAPResult ExecuteCommand(std::shared_ptr pConnection, std::shared_ptr pArgument); }; }