This module parses IMAP connections as defined in RFC 3501.
Name | Payload associated | Description |
---|---|---|
imap_cmd | no | Details the IMAP commands made by a client to a server. |
imap_rsp | no | Details the IMAP response from a server to a client. |
imap_pload | yes | Issued when a partial command will contain a payload (prefix-quoted strings). |
This event is generated for each command sent from a client to a server.
Field | Type | Description |
---|---|---|
tag | string | Command tag. |
name | string | Command name. |
arg | string | Possible command arguments. |
This event is generated for each reply sent from a server to a client.
Field | Type | Description |
---|---|---|
tag | string | Command tag. |
status | string | Command status (OK/NO/BAD). |
text | string | Status text if any. |
This even is generate for each prefix-quoted string.
Field | Type | Description |
---|---|---|
cmd | string | Full command including the prefix. |
size | uint64 | Size of the quoted string. |
None.
None.