IMAP::enable

Description

This command enables IMAP protocol handler for IMAP message processing. This will enable detection of STARTTLS for IMAP.

Syntax

IMAP::enable

Examples

when CLIENT_ACCEPTED {
    if { !([IP::addr [IP::client_addr] equals 10.0.0.0/8]) } {
        IMAP::enable
    }
}