User Tools

Site Tools


pom-ng:proto:imap

Protocol imap

This module parses IMAP connections as defined in RFC 3501.

Events

Name Payload associated Description
imap_cmdnoDetails the IMAP commands made by a client to a server.
imap_rspnoDetails the IMAP response from a server to a client.
imap_ploadyesIssued 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
tagstringCommand tag.
namestringCommand name.
argstringPossible command arguments.

imap_rsp

This event is generated for each reply sent from a server to a client.

Field Type Description
tagstringCommand tag.
statusstringCommand status (OK/NO/BAD).
textstringStatus text if any.

imap_pload

This even is generate for each prefix-quoted string.

Field Type Description
cmdstringFull command including the prefix.
sizeuint64Size of the quoted string.

Packet fields

None.

Parameters

None.

pom-ng/proto/imap.txt · Last modified: 2020/05/26 21:59 by 127.0.0.1