Namespace: | GLOBAL |
---|---|
Source File: | /scripts/base/bif/plugins/Bro_IMAP.events.bif.bro |
imap_capabilities: event | Generated when a server sends a capability list to the client, after being queried using the CAPABILITY command. |
imap_starttls: event | Generated when a IMAP connection goes encrypted after a successful StartTLS exchange between the client and the server. |
Type : | event (c: connection, capabilities: string_vec) |
---|
Generated when a server sends a capability list to the client, after being queried using the CAPABILITY command.
C : | The connection. |
---|---|
Capabilities : | The list of IMAP capabilities as sent by the server. |
Type : | event (c: connection) |
---|
Generated when a IMAP connection goes encrypted after a successful StartTLS exchange between the client and the server.
C : | The connection. |
---|