17 lines
268 B
C++
17 lines
268 B
C++
#ifndef ____IMAP_APPEND_h__
|
|
# define ____IMAP_APPEND_h__
|
|
|
|
# include "IMAPCommand.h"
|
|
|
|
namespace mail {
|
|
|
|
class __IMAP_APPEND : public IMAPCommand {
|
|
|
|
int processCommand(coreutils::ZString request, IMAPSession &session);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|