Current section
Files
Jump to
Current section
Files
include/lumenmail@types_ServerCapabilities.hrl
-record(server_capabilities, {
starttls :: boolean(),
auth_mechanisms :: list(lumenmail@types:auth_mechanism()),
eight_bit_mime :: boolean(),
pipelining :: boolean(),
size :: integer(),
dsn :: boolean(),
extensions :: list(binary())
}).