IMAP authentication configuration for rspamd-trainer. For supplying the IMAP password, use the secrets
option.
Declarations
Type
TOML value
Default
{ }
Example
{
HOST = "localhost";
USERNAME = "[email protected]";
INBOXPREFIX = "INBOX/";
}
IMAP authentication configuration for rspamd-trainer. For supplying the IMAP password, use the secrets
option.
TOML value
{ }
{
HOST = "localhost";
USERNAME = "[email protected]";
INBOXPREFIX = "INBOX/";
}