fail-mail.c revision 7cb128dc4cae2a03a742f63ba7afee23c78e3af0
/* Copyright (c) 2009-2015 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 *
{
struct mail_private *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);
}
static const ARRAY_TYPE(keyword_indexes) *
{
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;
}
{
return mail;
}
static void
{
}
static void
{
}
{
}
{
}
static void
{
}
struct mail_vfuncs fail_mail_vfuncs = {
NULL,
NULL,
};