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
820d9183aa
endpoint/smtp: Fix limitedReader causing message body read to loop forever
...
Closes #389 .
2021-08-22 12:23:01 +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
3152646ea1
tests: Fix remaining cases of tests depending on rDNS name of 127.0.0.1
2020-12-13 19:14:19 +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
1c42a70533
endpoint/smtp: Fix handling of empty messages in auto-buffer code
...
Add the missing os.MkdirAll for "fs" buffer mode along the way.
And add integration tests for all that.
2020-10-24 21:23:12 +03:00