base/bif/plugins/Zeek_IMAP.events.bif.zeek

GLOBAL
Namespace

GLOBAL

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.

Parameters
  • 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.

Parameters

c – The connection.