/* 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"
/*
* RSET command
*/
struct cmd_rset_context {
};
struct cmd_rset_context *rset_cmd)
{
/* finished proxying MAIL command to relay server */
return;
/* forward reply */
}
{
return 0;
}