pub async fn continue_key_transfer(
    context: &Context,
    msg_id: MsgId,
    setup_code: &str
) -> Result<()>
Expand description

Continue key transfer via Autocrypt Setup Message.

msg_id is the ID of the received Autocrypt Setup Message. setup_code is the code entered by the user.