diff src/lib-imap/imap-id.h @ 7917:ca2ff54ee9b4 HEAD

Added support for IMAP ID extension.
author Timo Sirainen <tss@iki.fi>
date Sat, 21 Jun 2008 09:22:44 +0300
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/lib-imap/imap-id.h	Sat Jun 21 09:22:44 2008 +0300
@@ -0,0 +1,11 @@
+#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