/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "submission-common.h"
#include "smtp-syntax.h"
#include "smtp-client.h"
#include "smtp-client-connection.h"
#include "submission-commands.h"
/*
* VRFY command
*/
struct cmd_vrfy_context {
};
struct cmd_vrfy_context *vrfy_cmd)
{
return;
if (!smtp_reply_has_enhanced_code(proxy_reply)) {
switch (proxy_reply->status) {
case 250:
case 251:
case 252:
break;
default:
break;
}
}
}
const char *param)
{
return 0;
}