diff configure.ac @ 18996:64c73e6bd397

Added imap-hibernate process for gathering IDLEing imap processes. imap_hibernate_timeout setting controls how quickly the connection is moved from imap process to imap-hibernate process. Some IMAP extensions like NOTIFY, SEARCH=CONTEXT and COMPRESS aren't supported yet. There's also a new X-STATE command, which can be used to export the current IMAP connection state to a string and later on imported to get back to the original state (a quick resync feature for IMAP clients). However, this command is disabled for now due to the current code being unoptimized for untrusted input.
author Timo Sirainen <tss@iki.fi>
date Mon, 24 Aug 2015 14:13:02 +0300
parents 39255150d521
children f8ab4f979e92
line wrap: on
line diff
--- a/configure.ac	Mon Aug 24 14:14:59 2015 +0300
+++ b/configure.ac	Mon Aug 24 14:13:02 2015 +0300
@@ -2931,6 +2931,7 @@
 src/indexer/Makefile
 src/ipc/Makefile
 src/imap/Makefile
+src/imap-hibernate/Makefile
 src/imap-login/Makefile
 src/imap-urlauth/Makefile
 src/login-common/Makefile