User Tools

Site Tools


pom-ng:proto:imap
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Last revision
pom-ng:proto:imap [2017/10/06 18:26] – created gmsoft
Line 1: Line 1:
 +====== Protocol imap ======
 +
 +This module parses IMAP connections as defined in RFC [[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: 2020/05/26 21:59 by 127.0.0.1