/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "submission-common.h"
#include "smtp-client.h"
#include "smtp-client-connection.h"
#include "submission-commands.h"
/*
* NOOP command
*/
struct cmd_noop_context {
};
struct cmd_noop_context *noop_cmd)
{
return;
} else {
}
}
{
return 0;
}