refactor: stop using deprecated Account.configure()#7339
Conversation
| addr = ac.get_config("addr") | ||
| password = ac.get_config("mail_pw") |
There was a problem hiding this comment.
BTW, this could use list_transports(), but it's fine not to do this now
There was a problem hiding this comment.
This code is still in login_param.rs:
/// Saves entered account settings,
/// so that they can be prefilled if the user wants to configure the server again.
pub(crate) async fn save(&self, context: &Context) -> Result<()> {
and it's still needed by UIs until they switch to a list-transports screen, so, I think we'll anyways need to keep these configs for a bit.
|
should we also do this for bots? https://github.com/deltachat-bot/echo Ideally we would use Or is that something for later, since deleting transports is not supported yet? |
|
|
|
Ideally, bots will also use BUT, we will probably need to keep around |
No description provided.