[imap] host = "localhost" port = 143 username = "test@example.com" password = "password123" use_tls = false [smtp] host = "localhost" port = 25 username = "test@example.com" password = "password123" # tls_mode options: # none — plain text (port 25 or unencrypted 587) # starttls — upgrades mid-session (port 587, most providers) # smtps — TLS from first byte (port 465, Gmail "SSL") tls_mode = "none" from = "Test User "