feat: initial implementation of the account manager

This commit is contained in:
dignifiedquire
2020-07-30 17:26:06 +02:00
parent 04629c4b2e
commit 58a8ae1914
5 changed files with 459 additions and 1 deletions

View File

@@ -79,6 +79,8 @@ mod dehtml;
pub mod dc_receive_imf;
pub mod dc_tools;
pub mod accounts;
/// if set imap/incoming and smtp/outgoing MIME messages will be printed
pub const DCC_MIME_DEBUG: &str = "DCC_MIME_DEBUG";