mail.c revision de62ce819d59a529530da4b57be1b8d6dad13d6b
/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ioloop.h"
#include "buffer.h"
#include "hash.h"
#include "hex-binary.h"
#include "crc32.h"
#include "sha1.h"
#include "hostpid.h"
#include "mail-cache.h"
#include "mail-storage-private.h"
#include <time.h>
struct mailbox_header_lookup_ctx *wanted_headers)
{
T_BEGIN {
} T_END;
return mail;
}
{
}
{
}
{
}
{
}
{
}
{
}
{
return p->v.get_modseq(mail);
}
{
return p->v.get_keywords(mail);
}
{
return p->v.get_keyword_indexes(mail);
}
{
}
{
int tz;
if (timezone_r == NULL)
timezone_r = &tz;
}
{
}
{
}
{
}
{
}
const char **value_r)
{
}
const char **value_r)
{
}
const char *const **value_r)
{
}
const char *const **value_r)
{
}
struct mailbox_header_lookup_ctx *headers,
{
}
{
"Mail field not cached");
return -1;
}
{
return mail_set_aborted(mail);
}
const char **value_r)
{
}
{
return p->v.get_real_mail(mail);
}
enum mail_flags flags)
{
}
struct mail_keywords *keywords)
{
}
{
}
{
if (p->v.update_pop3_uidl != NULL)
}
{
}
{
"Message was expunged");
}
{
}
{
}
{
}
{
unsigned char sha1_sum[SHA1_RESULTLEN];
/* not 128bit hex. use a hash of it instead. */
buffer_set_used_size(&buf, 0);
#endif
}
}