fox.cpp
165c6578a4
Fix tests using imapsql
2022-02-13 19:40:33 +03:00
Jon Lundy
d2f9c5834e
invert path check
2022-02-13 19:05:10 +03:00
angelnu
7a06fa2012
add subject
2022-02-06 23:25:43 +00:00
angelnu
e33c8d6f91
only pass true original_rcpt_to
2022-02-06 22:31:14 +00:00
angelnu
ef5ca38df4
add additional debug log
2022-02-04 00:13:54 +00:00
angelnu
d78cf5a746
fix typo
2022-02-03 23:00:28 +00:00
angelnu
7df6b03fe6
use camelCase
2022-02-03 22:56:30 +00:00
angelnu
a40fcc81d9
review feedback
2022-01-31 22:54:50 +00:00
angelnu
995e4e0bca
review feedback
2022-01-31 22:07:20 +00:00
angelnu
db569891a5
go fmt
2022-01-31 21:59:27 +00:00
angelnu
a7941d8569
remove introduced characters
2022-01-31 13:35:34 +00:00
angelnu
9fee06b247
add rcpts and address
2022-01-31 12:21:15 +00:00
angelnu
cd45490c16
support for multi
2022-01-30 03:31:07 +00:00
angelnu
ca3f746184
extend to multi
2022-01-30 03:30:46 +00:00
angelnu
7bea1fb6ff
<void race condition
2022-01-28 02:22:46 +00:00
angelnu
cbcbfa74e5
improve test
2022-01-28 02:13:08 +00:00
angelnu
639f1a609d
add test for 1-N
2022-01-28 02:08:37 +00:00
angelnu
f44b57351f
add LookupMulti to table.static
2022-01-27 23:35:59 +00:00
angelnu
6690f3369d
addapt testcases
2022-01-27 23:13:56 +00:00
angelnu
eef54139b1
1-n recipent
2022-01-27 22:25:27 +00:00
fox.cpp
f533b8e48f
Bump go-imap version
...
See #446 .
2022-01-19 16:59:19 +03:00
delthas
59727496a9
Add the target.remote.force_ipv4 option
2022-01-09 20:45:41 +03:00
fox.cpp
c0eacfa0f3
Merge maddyctl and maddy executabes
...
Closes #432 .
2022-01-07 00:37:49 +03:00
fox.cpp
778de83987
Merge branch 'master' into dev
2022-01-06 03:45:56 +03:00
fox.cpp
b217232c29
Remove references to merged extension packages
2022-01-06 03:43:26 +03:00
fox.cpp
7377878b9c
Merge branch 'go-imap-v2' into dev
2022-01-06 02:59:54 +03:00
fox.cpp
59564cbd37
Upgrade to latest go-imap v2 revision
...
Based on latest v1, therefore having a number of extensions
merged in now.
2022-01-06 02:59:15 +03:00
fox.cpp
3318724acd
target: Add skeleton.go
2021-12-11 19:23:04 +03:00
Gusted
85d3648754
smtp/session: move conditional to outer loop
...
- Only loop trough the `from` email address if UTF8 options is not enabled. This should avoid unnecessary loops for servers which has the UTF8 option enabled.
2021-10-15 00:37:14 +03:00
fox.cpp
e16bbfb9fa
Update dependencies
...
Migrate to latest go-smtp.
2021-10-11 21:20:49 +03:00
fox.cpp
dcec70ec5c
auth/shadow: Remove support for MD5-based hashes
...
Reported privately by Devendra Bhatla.
Security advisory GHSA-qh54-9vc5-m9fg.
2021-10-11 19:39:00 +03:00
fox.cpp
52fc5ba393
check/spf: Print "deferred" message only if SPF check failed
...
Closes #408 .
2021-10-05 16:55:29 +03:00
fox.cpp
a1fc99d08c
Fix a few minor warnings
2021-09-22 23:33:40 +03:00
fox.cpp
1de5f0bcdf
libdns: Disable namecheap provider if Go < 1.16 is used
...
I decided it is not worth bumping version requirement just
for one DNS provider. I would prefer to stick to targeting
Go version available in latest Ubuntu LTS (Go 1.14 currently).
2021-08-28 15:43:20 +03:00
fox.cpp
fc00133ee3
storage/blob/s3: Force a smaller PartSize when blob size is unknown
...
Blob size would be unknown ahead of time if message store compression is used (e.g. in imapsql).
Part of #395 fix
2021-08-28 15:43:19 +03:00
fox.cpp
14a441f595
storage/blob: Pass blobSize to go-imap-sql
...
Part of #395 fix
2021-08-28 15:43:19 +03:00
fox.cpp
1d3e055068
storage/blob: Extend BlobStore interface to use context and specify blob size at Create
...
See #395 .
2021-08-28 15:27:54 +03:00
fox.cpp
07c8495ee4
storage/blob/s3: Fix PutObject goroutines leaking if message write is aborted
...
See #395 .
2021-08-27 11:54:58 +03:00
fox.cpp
c0845fb27a
libdns: Add namecheap provider
...
Closes #392 .
2021-08-26 07:30:15 +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
34094c17e6
storage/blob/s3: Correctly handle PutObject errors
...
Closes #387 .
2021-08-21 22:17:06 +03:00
fox.cpp
cbb64b6127
table/sql_table: Fix incorrect for PostgreSQL type being used in table creation
...
See #386 .
2021-08-21 09:23:29 +03:00
Gusted
2e0162d7d2
refactor(log): use provided modName
2021-08-10 19:33:54 +03:00
Gusted
8f30f559a1
refactor(errors): return errors where possible
2021-08-10 19:33:54 +03:00
Gusted
c6d060908b
refactor(unused): remove unused paramaters
2021-08-10 19:33:54 +03:00
Gusted
b8d8ca6301
refactor(gofumpt): run gofumpt over the code
2021-08-10 19:33:54 +03:00
Gusted
32b75262ad
refactor(ifelse): shorten logic where possible
2021-08-10 19:33:54 +03:00
Gusted
53cb4c06c2
refactor(errors): use errors.is
to account wrapped errors
2021-08-10 19:33:54 +03:00
fox.cpp
ff584bb5a3
storage/blob/s3: Add missing didSync check
2021-08-09 13:02:21 +03:00
fox.cpp
61e6e73910
Merge branch 'dev'
2021-08-09 13:01:18 +03:00