package async_smtp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file mail_log_tags.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
let component = "component"
let spool_id = "spool-id"
let rfc822_id = "rfc822-id"
let local_id = "local-id"
let sender = "sender"
let recipient = "recipient"
let email_fingerprint = "email-fingerprint"
let message_size = "message-size"
let local_ip_address = "local-ip-address"
let remote_address = "remote-address"
let remote_ip_address = "remote-ip-address"
let command = "command"
let reply = "reply"
let session_marker = "session_marker"
let flow = "flow"
let location = "location"