The imapautofiler.config Module

imapautofiler.config.get_config(filename)

Return the configuration data.

Parameters:filename (str) – name of configuration file to read

Read filename and parse it as a YAML file, then return the results.

imapautofiler.config.tobool(value)

Convert config option value to boolean.