Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 23:55
4ffa828
refactor(plugin/archive/mongo): disable regex filter for addresses

Querying took way too long using regular expression filtering with
addresses. Now, addresses must match the exact email address or name.
Need to find a solution for this (optimize fields & indexes of the
inserted mail).