mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
docs: remove misleading configuration comment
we're always checking the configuration encrypted. saying it is 'preferred' encrypted is misleading, therfore, just remove it. i do not think, it is worth saying that we do not query 'http', this is clear from the source code. moreover, fix two typos.
This commit is contained in:
@@ -513,8 +513,8 @@ async fn configure(ctx: &Context, param: &mut LoginParam) -> Result<()> {
|
|||||||
|
|
||||||
/// Retrieve available autoconfigurations.
|
/// Retrieve available autoconfigurations.
|
||||||
///
|
///
|
||||||
/// A Search configurations from the domain used in the email-address, prefer encrypted
|
/// A. Search configurations from the domain used in the email-address
|
||||||
/// B. If we have no configuration yet, search configuration in Thunderbird's centeral database
|
/// B. If we have no configuration yet, search configuration in Thunderbird's central database
|
||||||
async fn get_autoconfig(
|
async fn get_autoconfig(
|
||||||
ctx: &Context,
|
ctx: &Context,
|
||||||
param: &LoginParam,
|
param: &LoginParam,
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ pub struct Response {
|
|||||||
/// Response body.
|
/// Response body.
|
||||||
pub blob: Vec<u8>,
|
pub blob: Vec<u8>,
|
||||||
|
|
||||||
/// MIME type exntracted from the `Content-Type` header, if any.
|
/// MIME type extracted from the `Content-Type` header, if any.
|
||||||
pub mimetype: Option<String>,
|
pub mimetype: Option<String>,
|
||||||
|
|
||||||
/// Encoding extracted from the `Content-Type` header, if any.
|
/// Encoding extracted from the `Content-Type` header, if any.
|
||||||
|
|||||||
Reference in New Issue
Block a user