FT_IMAP ========= IMAP protocol filter. Category: Protocol filter .. admonition:: **Supported flags** :collapsible: closed FF_DONT_FILTER_IN FF_DONT_FILTER_OUT FF_READ_ONLY_IN FF_READ_ONLY_OUT .. admonition:: **Object types** :collapsible: closed OT_IMAP_REQUEST - outgoing client request OT_IMAP_RESPONSE - incoming server response Indicates object parts: no The objects contain a request or response in a single stream. To filter STARTTLS connections it is possible to use FT_SSL filter with FF_SSL_TLS_AUTO flag. It is possible to add FT_SSL filter with FF_SSL_TLS_AUTO flag to decode TLS automatically when it starts after the initial plain text handshake. References: - http://www.faqs.org/rfcs/rfc3501.html