X-Git-Url: https://git.r.bdr.sh/rbdr/olden-mail/blobdiff_plain/2fdda21d13ed742bdb52ec3ba74538af83de2bf4..b5234d6f3aeb75365269c14bd4f553becaf59b70:/src/main.rs?ds=sidebyside diff --git a/src/main.rs b/src/main.rs index 87ae738..832b6e2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -56,7 +56,7 @@ //! environment variables) //! //! ``` -//! % REMOTE_IMAP_DOMAIN=imap.coolmailsite.example REMOTE_SMTP_DOMAIN=smtp.coolmailsite.example olden-mail +//! % REMOTE_IMAP_HOST=imap.coolmailsite.example REMOTE_SMTP_HOST=smtp.coolmailsite.example olden-mail //! ``` //! //! ## Debugging @@ -71,6 +71,7 @@ use std::process::exit; use std::sync::mpsc; mod configuration; +mod middleware; mod proxy; use configuration::Configuration;