Expand description
ยงMessage transport.
A transport represents a single IMAP+SMTP configuration that is known to work at least once in the past.
Transports are stored in the transports SQL table.
Each transport is uniquely identified by its email address.
The table stores both the login parameters entered by the user
and configured list of connection candidates.
Structsยง
- Configured
Login ๐Param - Login parameters saved to the database after successful configuration.
- Configured
Login ๐Param Json - The representation of ConfiguredLoginParam in the database, saved as Json.
- Configured
Server ๐Login Param - Connection
Candidate ๐
Enumsยง
- Configured
Certificate ๐Checks - Values saved into
imap_certificate_checks. - Connection
Security ๐