/* Copyright (c) 2009-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "mail-storage-private.h"
#include "fail-mail-storage.h"
struct mail *
{
mail->v = fail_mail_vfuncs;
}
{
}
{
}
{
return TRUE;
}
bool set ATTR_UNUSED)
{
}
{
return TRUE;
}
{
}
static void
{
}
{
return 0;
}
static const char *const *
{
return t_new(const char *, 1);
}
{
return kw_indexes;
}
{
return 0;
}
static int
{
return -1;
}
static int
{
return -1;
}
static int
{
return -1;
}
static int
{
return -1;
}
static int
{
return -1;
}
static int
{
return -1;
}
static int
const char *field ATTR_UNUSED,
bool decode_to_utf8 ATTR_UNUSED,
const char **value_r)
{
return 0;
}
static int
const char *field ATTR_UNUSED,
bool decode_to_utf8 ATTR_UNUSED,
const char *const **value_r)
{
return 0;
}
static int
{
return -1;
}
static int
{
return -1;
}
static int
bool include_hdr ATTR_UNUSED,
unsigned int *body_lines_r ATTR_UNUSED,
bool *binary_r ATTR_UNUSED,
{
return -1;
}
static int
const char **value_r ATTR_UNUSED)
{
return -1;
}
struct mail **real_mail_r)
{
*real_mail_r = mail;
return 0;
}
static void
{
}
static void
{
}
{
}
{
}
static void
const char *reason ATTR_UNUSED)
{
}
NULL,
NULL,
NULL,
};