mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

Parses certificates out of imap connections using StartTLS. Aborts processing if StartTLS is not found.
5 lines
259 B
Text
5 lines
259 B
Text
Support for the Internet Message Access Protocol (IMAP).
|
|
|
|
Note that currently the IMAP analyzer only supports analyzing IMAP sessions
|
|
until they do or do not switch to TLS using StartTLS. Hence, we do not get
|
|
mails from IMAP sessions, only X509 certificates.
|