comparison 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
comparison
equal deleted inserted replaced
7916:8f3115354d14 7917:ca2ff54ee9b4
1 #ifndef IMAP_ID_H
2 #define IMAP_ID_H
3
4 /* Return ID reply based on given settings. */
5 const char *imap_id_reply_generate(const char *settings);
6 /* Return a line that should be logged based on given args and settings.
7 Returns NULL if nothing should be logged. */
8 const char *imap_id_args_get_log_reply(const struct imap_arg *args,
9 const char *settings);
10
11 #endif