Davmail configuration. Refer to and <http://davmail.sourceforge.net/advanced.html for details on supported values.
Declarations
Type
davmail config type (str, int, bool or attribute set thereof)
Default
{ }
Example
{
davmail.allowRemote = true;
davmail.imapPort = 55555;
davmail.bindAddress = "10.0.1.2";
davmail.smtpSaveInSent = true;
davmail.folderSizeLimit = 10;
davmail.caldavAutoSchedule = false;
log4j.logger.rootLogger = "DEBUG";
}