services.davmail.settings
Home-Manager option
Davmail configuration. Refer to http://davmail.sourceforge.net/serversetup.html and http://davmail.sourceforge.net/advanced.html for details on supported values.
type: attribute set of (string, package, bool, int or float)Default
{ }Example
declared in: <home-manager/modules/services/davmail.nix>source unavailable{ "davmail.allowRemote" = true; "davmail.bindAddress" = "10.0.1.2"; "davmail.caldavAutoSchedule" = false; "davmail.folderSizeLimit" = 10; "davmail.imapPort" = 55555; "davmail.smtpSaveInSent" = true; "davmail.url" = "https://outlook.office365.com/EWS/Exchange.asmx"; "log4j.logger.rootLogger" = "DEBUG"; }