/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "smtp-syntax.h"
#include "smtp-server-private.h"
/* NOOP command */
const char *params)
{
int ret;
/* "NOOP" [ SP String ] CRLF */
return;
}
/* specific implementation of NOOP command */
/* command is waiting for external event or it failed */
return;
}
}
}