/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "net.h"
#include "str.h"
#include "hash.h"
#include "array.h"
#include "ioloop.h"
#include "istream.h"
#include "ostream.h"
#include "connection.h"
#include "dns-lookup.h"
#include "iostream-rawlog.h"
#include "iostream-ssl.h"
#include "smtp-client-private.h"
/*
* Client
*/
{
}
}
return client;
}
{
}
{
/* move connections */
(struct smtp_client_connection *)_conn;
}
}
{
const char *error;
return 0;
*error_r = "Requested SSL connection, but no SSL settings given";
return -1;
}
error);
return -1;
}
return 0;
}
// FIXME: Implement smtp_client_run()