- Cologne, Germany
- https://pebcak.de
-
I work in InfoSec and do open source development in my spare time. Music-lover, Record-collector, Go-Enthusiast, Perl-veteran. Vir potens spiritus.
- Joined on
2024-02-08
9bafa969b8
Merge pull request #310 from wneessen/feature/242_support-scram-sha
72b3f53eb7
Add tests for unsupported SCRAM-SHA authentications
986a988c5d
Reset SMTP auth when setting SMTP auth type
f823112a4d
Refactor: consolidate ErrNonTLSConnection variable
15b9ddf067
Refactor error handling for non-TLS SMTP connections
wneessen
synced and deleted reference 2024-10-02 00:15:56 +02:00
refs/tags/more-test-coverage
at wneessen/go-mail from mirror
wneessen
synced and deleted reference 2024-10-02 00:15:56 +02:00
refs/tags/more_tests
at wneessen/go-mail from mirror
wneessen
synced new reference feature/242_support-scram-sha to wneessen/go-mail from mirror
2024-10-01 16:15:56 +02:00
wneessen
synced commits to feature/242_support-scram-sha at wneessen/go-mail from mirror
2024-10-01 16:15:55 +02:00
09a26aea88
Merge pull request #119 from wneessen/dependabot/github_actions/github/codeql-action-3.26.10
3d1b777ed5
Merge pull request #120 from wneessen/dependabot/github_actions/docker/build-push-action-6.9.0
939016ad90
Bump docker/build-push-action from 6.8.0 to 6.9.0
aba913a32a
Bump github/codeql-action from 3.26.9 to 3.26.10
wneessen
synced commits to refs/pull/298/merge at wneessen/go-mail from mirror
2024-10-01 08:05:56 +02:00
7da89ac3e1
Merge
46cf2ed498
into 627216425f
627216425f
Merge pull request #309 from wneessen/dependabot/github_actions/github/codeql-action-3.26.10
012082978d
Bump github/codeql-action from 3.26.9 to 3.26.10
66e76792bf
Merge pull request #27 from wneessen/dependabot/github_actions/github/codeql-action-3.26.10
590afd0176
Bump github/codeql-action from 3.26.9 to 3.26.10
c34e6e15dd
Merge pull request #207 from wneessen/dependabot/github_actions/github/codeql-action-3.26.10
b9580e7470
Merge pull request #208 from wneessen/dependabot/github_actions/docker/build-push-action-6.9.0
60281762eb
Bump docker/build-push-action from 6.8.0 to 6.9.0
a1675b2d90
Bump github/codeql-action from 3.26.9 to 3.26.10
064c17ecfc
Merge pull request #206 from wneessen/dependabot/docker/golang-4f063a2
627216425f
Merge pull request #309 from wneessen/dependabot/github_actions/github/codeql-action-3.26.10
012082978d
Bump github/codeql-action from 3.26.9 to 3.26.10
f055437364
Merge pull request #118 from wneessen/dependabot/github_actions/docker/build-push-action-6.8.0
cc9854d301
Bump docker/build-push-action from 6.7.0 to 6.8.0
wneessen
synced commits to refs/pull/298/head at wneessen/go-mail from mirror
2024-09-29 23:35:56 +02:00
46cf2ed498
fix: part boundray and message encoding
79f22fb722
feat: specific error if certificate is invalid
wneessen
synced commits to refs/pull/298/merge at wneessen/go-mail from mirror
2024-09-29 23:35:56 +02:00
4b01abd8a9
Merge
46cf2ed498
into 65a91a2711
46cf2ed498
fix: part boundray and message encoding
79f22fb722
feat: specific error if certificate is invalid
e041877e42
Merge pull request #205 from wneessen/dependabot/github_actions/docker/build-push-action-6.8.0
b3c5339fc8
Bump docker/build-push-action from 6.7.0 to 6.8.0
940fee1d37
Merge pull request #204 from wneessen/dependabot/docker/golang-68c07ac
37f3cd1cff
Bump golang from
2fe82a3
to 68c07ac
65a91a2711
Merge pull request #307 from wneessen/feature/269_goroutineconcurrency-safety
c1f6ef07d4
Skip test cases when client creation fails
6e98d7e47d
Reduce message loop iterations and add XOAUTH2 tests
8791ce5a33
Fix deferred mutex unlock in TLSConnectionState
2d98c40cb6
Add concurrent send tests for Client
wneessen
synced commits to refs/pull/298/merge at wneessen/go-mail from mirror
2024-09-27 22:42:48 +02:00
0db564ba6c
Merge
4b60557518
into 65a91a2711
65a91a2711
Merge pull request #307 from wneessen/feature/269_goroutineconcurrency-safety
c1f6ef07d4
Skip test cases when client creation fails
6e98d7e47d
Reduce message loop iterations and add XOAUTH2 tests
8791ce5a33
Fix deferred mutex unlock in TLSConnectionState
wneessen
synced commits to refs/pull/307/head at wneessen/go-mail from mirror
2024-09-27 22:42:48 +02:00
c1f6ef07d4
Skip test cases when client creation fails
6e98d7e47d
Reduce message loop iterations and add XOAUTH2 tests
8791ce5a33
Fix deferred mutex unlock in TLSConnectionState
wneessen
synced commits to feature/269_goroutineconcurrency-safety at wneessen/go-mail from mirror
2024-09-27 22:42:48 +02:00
c1f6ef07d4
Skip test cases when client creation fails
6e98d7e47d
Reduce message loop iterations and add XOAUTH2 tests
8791ce5a33
Fix deferred mutex unlock in TLSConnectionState
wneessen
synced and deleted reference 2024-09-27 22:42:47 +02:00
refs/tags/refs/pull/307/merge
at wneessen/go-mail from mirror
wneessen
synced commits to feature/269_goroutineconcurrency-safety at wneessen/go-mail from mirror
2024-09-27 14:32:48 +02:00
2d98c40cb6
Add concurrent send tests for Client
253d065c83
Move mutex lock to sendSingleMsg method
6bd9a9c735
Refactor mutex usage for connection safety
f59aa23ed8
Add mutex locking to SetTLSConfig
2234f0c5bc
Remove connection field from Client struct