Commit graph

11 commits

Author SHA1 Message Date
fox.cpp
80328b8dee
Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
fox.cpp
2eb955bbc0
tests: Update tests to match go-imap v2 behavior 2022-01-06 16:31:33 +03:00
fox.cpp
61e6e73910
Merge branch 'dev' 2021-08-09 13:01:18 +03:00
fox.cpp
4e9a1258dc
Implement table.email_localpart to strip domain from emails 2021-08-09 11:43:20 +03:00
fox.cpp
ce896c7036
storage/imapsql: Implement delivery_map in addition to auth_map 2021-08-09 11:43:17 +03:00
fox.cpp
0ac7a3f686
tests: Use a non-127.0.0.1 IP for tests
Using 127.0.0.1 causes all sorts of trouble
since we cannot override what its
rDNS name would be - net.Resolver reads /etc/hosts first and this cannot be changed.

Now we use 127.109.97.100 which is highly unlikely
to be manually set in /etc/hosts.
2021-07-12 17:28:49 +03:00
fox.cpp
5c6fba8e7c
tests: Force a certain rDNS name for 127.0.0.1
Should make tests independent of what system has configured for it
2021-07-10 22:40:48 +03:00
fox.cpp
5c143530ff
Merge branch 'master' into dev
# Conflicts:
#	framework/address/norm.go
#	go.mod
#	go.sum
#	internal/target/remote/security.go
2021-07-10 00:23:28 +03:00
fox.cpp
b9428aebe0
tests: Fix some tests assuming a particular result of rDNS lookup of 127.0.0.1
On some systems it may be localhost.localdomain instead of localhost.
On some other systems is may just fail altogether.
2020-12-12 18:51:05 +03:00
fox.cpp
a2e781ab3a
storage/imapsql: Implement auth_map 2020-09-19 18:05:01 +03:00
fox.cpp
24d88a1bb4
tests: Add integration/smoke test for imapsql delivery 2020-08-21 23:07:04 +03:00