base/bif/plugins/Bro_IMAP.events.bif.bro

GLOBAL
Namespace:GLOBAL
Source File:/scripts/base/bif/plugins/Bro_IMAP.events.bif.bro

Summary

Events

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.

Detailed Interface

Events

imap_capabilities
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.
imap_starttls
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.
Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.