Winni Neessen wneessen
  • 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
wneessen synced commits to feature/269_goroutineconcurrency-safety at wneessen/go-mail from mirror 2024-09-23 20:42:47 +02:00
fd115d5173 Remove typo from comment in smtp_ehlo_117.go
4f6224131e Rename test for accurate context cancellation
c8684886ed Refactor Get method to include context argument
Compare 3 commits »
wneessen synced commits to feature/269_goroutineconcurrency-safety at wneessen/go-mail from mirror 2024-09-23 12:32:48 +02:00
07e7b17ae8 Add tests for ConnPool close and concurrency issues
2abdee743d Add unit test for marking connection as unusable
5503be8451 Remove redundant error print statements
774925078a Improve error handling in connection pool tests
f1188bdad7 Add test for PoolConn Close method
Compare 10 commits »
wneessen synced commits to feature/269_goroutineconcurrency-safety at wneessen/go-mail from mirror 2024-09-23 04:22:48 +02:00
26ff177fb0 Add connPool implementation and connection pool errors
5ec8a5a5fe Add initial connection pool interface
580d0b0e4e Merge pull request #303 from wneessen/more-test-coverage
3f0ac027e2 Add test for zero input in randNum
0b9a215e7d Add deferred TMPDIR restoration in test setup
Compare 43 commits »
wneessen synced commits to refs/pull/298/merge at wneessen/go-mail from mirror 2024-09-21 19:42:48 +02:00
580d0b0e4e Merge pull request #303 from wneessen/more-test-coverage
3f0ac027e2 Add test for zero input in randNum
0b9a215e7d Add deferred TMPDIR restoration in test setup
4053457020 Refactor TestSendError_ErrorMulti formatting
Compare 23 commits »
wneessen synced commits to main at wneessen/go-mail from mirror 2024-09-21 03:22:48 +02:00
580d0b0e4e Merge pull request #303 from wneessen/more-test-coverage
3f0ac027e2 Add test for zero input in randNum
0b9a215e7d Add deferred TMPDIR restoration in test setup
4053457020 Refactor TestSendError_ErrorMulti formatting
f3633e1913 Add tests for SendError functionalities
Compare 10 commits »
wneessen synced new reference more-test-coverage to wneessen/go-mail from mirror 2024-09-21 03:22:48 +02:00
wneessen synced commits to more-test-coverage at wneessen/go-mail from mirror 2024-09-21 03:22:48 +02:00
wneessen synced commits to refs/pull/298/merge at wneessen/go-mail from mirror 2024-09-20 19:12:49 +02:00
619318ba0d Merge pull request #301 from wneessen/feature/168_improve-error-handling
d400379e2f Refactor error handling for SendError struct
fcbd202595 Add test for IsTemp method on nil SendError
db2ec99cd6 Merge pull request #300 from wneessen/dependabot/github_actions/github/codeql-action-3.26.8
Compare 18 commits »
wneessen synced and deleted reference refs/tags/feature/168_improve-error-handling at wneessen/go-mail from mirror 2024-09-20 19:12:48 +02:00
wneessen synced and deleted reference refs/tags/refs/pull/301/merge at wneessen/go-mail from mirror 2024-09-20 19:12:48 +02:00
wneessen synced commits to main at wneessen/go-mail from mirror 2024-09-20 19:12:48 +02:00
6f869e4efd Merge pull request #302 from wneessen/feature/improve-client-tests
44df830348 Add tests for SendError MessageID and Msg methods
4ee11e8406 Refactor SMTP server port handling in tests
bd5a8a40b9 Fix error handling in Send method in client_119.go
8dfb121aec Update Go versions in GitHub Actions workflow
Compare 27 commits »
wneessen synced commits to main at wneessen/logranger from mirror 2024-09-20 18:22:47 +02:00
bddb56d123 Merge pull request #114 from wneessen/dependabot/github_actions/github/codeql-action-3.26.8
15e778b665 Bump github/codeql-action from 3.26.7 to 3.26.8
Compare 2 commits »
wneessen synced and deleted reference refs/tags/refs/pull/201/merge at wneessen/apg-go from mirror 2024-09-20 11:52:46 +02:00
wneessen synced commits to main at wneessen/apg-go from mirror 2024-09-20 11:52:46 +02:00
d24efa84d5 Merge pull request #201 from wneessen/dependabot/github_actions/github/codeql-action-3.26.8
a041ebfc97 Bump github/codeql-action from 3.26.7 to 3.26.8
Compare 2 commits »
wneessen synced and deleted reference refs/tags/dependabot/github_actions/github/codeql-action-3.26.8 at wneessen/apg-go from mirror 2024-09-20 11:52:46 +02:00
wneessen synced commits to feature/168_improve-error-handling at wneessen/go-mail from mirror 2024-09-20 11:02:48 +02:00
d400379e2f Refactor error handling for SendError struct
fcbd202595 Add test for IsTemp method on nil SendError
Compare 2 commits »
wneessen synced commits to main at wneessen/niljson from mirror 2024-09-20 11:02:47 +02:00
03292ed215 Merge pull request #23 from wneessen/dependabot/github_actions/github/codeql-action-3.26.8
d07b7e42b0 Merge pull request #24 from wneessen/dependabot/github_actions/sonarsource/sonarqube-scan-action-f885e52a7572cf7943f28637e75730227df2dbf2
8af84294dc Bump sonarsource/sonarqube-scan-action
315cb2f506 Bump github/codeql-action from 3.26.7 to 3.26.8
Compare 4 commits »
wneessen synced commits to dependabot/github_actions/github/codeql-action-3.26.8 at wneessen/apg-go from mirror 2024-09-20 03:42:48 +02:00
wneessen synced new reference dependabot/github_actions/github/codeql-action-3.26.8 to wneessen/apg-go from mirror 2024-09-20 03:42:48 +02:00
wneessen synced commits to feature/168_improve-error-handling at wneessen/go-mail from mirror 2024-09-19 18:52:47 +02:00
508a2f2a6c Refactor connection handling in tests
f469ba977d Add affected message ID to error log
0239318d94 Add affectedMsg field to SendError struct
69e211682c Add GetMessageID method to Msg
3bdb6f7cca Refactor variable naming in Send method
Compare 7 commits »