-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fixes for transport JsonRPC #6680
Conversation
LGTM now. @adbenitez @link2xt wanna review? |
"addr": addr, | ||
"password": password, | ||
"imapSecurity": "starttls", | ||
"smptSecurity": "starttls", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this "smpt" pass? Should be "smtp" in any case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, probably invalid values here are silently ignored?
@link2xt @adbenitez do I get an approval for the rust part? The python part (which @adbenitez wrote) LGTM |
Follow-up to #6582, individual commits revieweable