We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804590c commit 444cbfbCopy full SHA for 444cbfb
1 file changed
src/login_param.rs
@@ -70,6 +70,7 @@ pub struct EnteredImapLoginParam {
70
/// Folder to watch.
71
///
72
/// If empty, user has not entered anything and it shuold expand to "INBOX" later.
73
+ #[serde(default)]
74
pub folder: String,
75
76
/// Socket security.
0 commit comments