diff --git a/options.xhtml b/options.xhtml index 20cad38a3..022b75ee4 100644 --- a/options.xhtml +++ b/options.xhtml @@ -67357,6 +67357,99 @@ YAML value
+services.davmail.enable
+
+
+Whether to enable DavMail, an MS Exchange gateway…
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/services/davmail.nix>
+
+ |
services.davmail.imitateOutlook
+
+
+Whether DavMail pretends to be Outlook.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/services/davmail.nix>
+
+ |
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 by:
+
+
+<home-manager/modules/services/davmail.nix>
+
+ |
services.devilspie2.enable