services.davmail.settings

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
{
  "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";
}
Declared
<home-manager/modules/services/davmail.nix>