pom-ng:proto:imap
Table of Contents
Protocol imap
This module parses IMAP connections as defined in RFC 3501.
Events
| 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). |
imap_cmd
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. |
imap_rsp
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. |
imap_pload
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. |
Packet fields
None.
Parameters
None.
pom-ng/proto/imap.txt · Last modified: by 127.0.0.1
