fix: default value for imap folder (#8193)

resolves #8192
This commit is contained in:
Nico de Haen
2026-04-29 08:24:13 +02:00
committed by GitHub
parent f20907d597
commit 903e736fa2

View File

@@ -70,6 +70,7 @@ pub struct EnteredImapLoginParam {
/// Folder to watch.
///
/// If empty, user has not entered anything and it shuold expand to "INBOX" later.
#[serde(default)]
pub folder: String,
/// Socket security.