smtp-client.c revision 7fbbd3bf536e8698e79e7d5c93c8f6f650bed929
/* Copyright (c) 2006-2017 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "lda-settings.h"
#include "smtp-submit.h"
#include "smtp-client.h"
struct smtp_client {
struct smtp_submit *submit;
};
struct smtp_client *
{
struct smtp_submit_settings smtp_set;
struct smtp_client *client;
return client;
}
{
}
{
}
{
}
{
}
unsigned int timeout_secs, const char **error_r)
{
int ret;
return ret;
}