view src/lib-imap/imap-id.h @ 9193:568ddefd7c18 HEAD

mbox: Don't use UIDVALIDITY 1 for all new mailboxes.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Jul 2009 16:02:51 -0400
parents ca2ff54ee9b4
children
line wrap: on
line source

#ifndef IMAP_ID_H
#define IMAP_ID_H

/* Return ID reply based on given settings. */
const char *imap_id_reply_generate(const char *settings);
/* Return a line that should be logged based on given args and settings.
   Returns NULL if nothing should be logged. */
const char *imap_id_args_get_log_reply(const struct imap_arg *args,
				       const char *settings);

#endif