raw-mail.c revision 8fa302c0c0f110aecf266d20673aae567bd77f3b
/* Copyright (c) 2007 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "istream.h"
#include "index-mail.h"
#include "raw-storage.h"
#include <fcntl.h>
#include <unistd.h>
{
return -1;
}
return 0;
}
{
if (raw_mail_stat(_mail) < 0)
return -1;
}
return 0;
}
{
if (raw_mail_stat(_mail) < 0)
return -1;
}
return 0;
}
{
if (raw_mail_stat(_mail) < 0)
return -1;
}
return 0;
}
static int
{
}
}
static int
const char **value_r)
{
switch (field) {
case MAIL_FETCH_FROM_ENVELOPE:
return 0;
default:
}
}
struct mail_vfuncs raw_mail_vfuncs = {
};