/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "submission-common.h"
#include "str.h"
#include "array.h"
#include "smtp-parser.h"
#include "smtp-address.h"
#include "smtp-syntax.h"
#include "smtp-client.h"
#include "smtp-client-connection.h"
#include "submission-commands.h"
/*
* RCPT command
*/
struct cmd_rcpt_context {
};
{
}
struct cmd_rcpt_context *rcpt_cmd)
{
/* finished proxying MAIL command to relay server */
return;
/* the default 2.0.0 code won't do */
}
/* forward reply */
}
struct smtp_server_cmd_rcpt *data)
{
/* queue command (pipeline) */
return 0;
}