pub(crate) async fn download_msg(
context: &Context,
msg_id: MsgId,
session: &mut Session,
) -> Result<()>
Expand description
Actually download a message partially downloaded before.
Most messages are downloaded automatically on fetch instead.