mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
Add more links to configure documentation
This commit is contained in:
@@ -1,4 +1,13 @@
|
|||||||
//! Email accounts autoconfiguration process module.
|
//! # Email accounts autoconfiguration process.
|
||||||
|
//!
|
||||||
|
//! The module provides automatic lookup of configuration
|
||||||
|
//! for email providers based on the built-in [provider database],
|
||||||
|
//! [Mozilla Thunderbird Autoconfiguration protocol]
|
||||||
|
//! and [Outlook's Autodiscover].
|
||||||
|
//!
|
||||||
|
//! [provider database]: crate::provider
|
||||||
|
//! [Mozilla Thunderbird Autoconfiguration protocol]: auto_mozilla
|
||||||
|
//! [Outlook's Autodiscover]: auto_outlook
|
||||||
|
|
||||||
mod auto_mozilla;
|
mod auto_mozilla;
|
||||||
mod auto_outlook;
|
mod auto_outlook;
|
||||||
|
|||||||
Reference in New Issue
Block a user