Expand description
Containing data to be taken Action
s on.
The milter client sends data via commands, including the data it received from the smtp session.
Structs§
- Body
- An email body part received by the milter client
- Connect
- Connect information about the smtp client
- Data
- SMTP Data command has been sent
- EndOf
Body - No more body parts will be received after this
- EndOf
Header - After all headers have been sent, end of header is sent
- Header
- An smtp header received
- Helo
- Helo information sent by the smtp client
- Macro
- A macro received for the command identified by
Macro.code
. - Information about a mail to be processed
- Recipient
- An smtp recipient
- Unknown
- An unknown SMTP command.