IMAP::disable

Description

This command disables IMAP protocol handler for IMAP message processing. This will disable detection of STARTTLS for IMAP.

Syntax

IMAP::disable

Examples

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