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