MyNixOS website logo

Davmail configuration. Refer to and <http://davmail.sourceforge.net/advanced.html for details on supported values.

Declarations
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";
}
Sign in to create a configuration using this setting.