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 - JSON representation of ConfiguredLoginParam for the database and sync messages.
- Configured
Server ๐Login Param - Connection
Candidate ๐
Enumsยง
- Configured
Certificate ๐Checks - Values saved into
imap_certificate_checks. - Connection
Security ๐
Functionsยง
- prioritize_
server_ ๐login_ params - save_
transport ๐ - Saves transport to the database.
- send_
sync_ ๐transports - Sends a sync message to synchronize transports across devices.
- sync_
transports ๐ - Process received data for transport synchronization.