postmoogle/utils
Slavi Pantaleev bb754f9aa8 Simplify MatchUserWithAllowedRegexes
This used to return an error back when it was dealing with wildcards
(which may or may not have compiled to a valid regex).

But it now deals with pre-compiled regexes and has no chance of failing,
so we need no `error` returns.
2022-08-27 07:50:43 +03:00
..
email.go strip <style> in html emails 2022-08-25 21:27:00 +03:00
file.go try to receive attachments 2022-08-22 18:43:12 +03:00
html.go strip <style> in html emails 2022-08-25 21:27:00 +03:00
matrix.go refactor Send(), fixes #6 2022-08-26 23:06:20 +03:00
user.go Simplify MatchUserWithAllowedRegexes 2022-08-27 07:50:43 +03:00
user_test.go Simplify MatchUserWithAllowedRegexes 2022-08-27 07:50:43 +03:00
utils.go refactor options to be more generic 2022-08-23 21:58:05 +03:00