mirror of
https://github.com/hyvor/smtp-simulator.git
synced 2026-04-27 03:36:23 +03:00
[PR #1] [MERGED] Tests, Dockerfile, CI #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtp-simulator#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hyvor/smtp-simulator/pull/1
Author: @supun-io
Created: 9/16/2025
Status: ✅ Merged
Merged: 9/17/2025
Merged by: @supun-io
Base:
main← Head:testing📝 Commits (8)
8bd4c3fbounce tests done4f251fcbounce delay8e4f672complaint wip1156998mail test, Dockerfile8b63429mail test, CId825b45server testf79aab0readme3326424race conditions📊 Changes
13 files changed (+542 additions, -16 deletions)
View changed files
➕
.github/workflows/docker-release.yml(+67 -0)➕
.github/workflows/test.yml(+31 -0)📝
.gitignore(+4 -1)➕
Dockerfile(+25 -0)📝
README.md(+34 -3)📝
bounces.go(+8 -1)📝
bounces_test.go(+20 -1)📝
complaint.go(+90 -2)➕
complaint_test.go(+54 -0)📝
mail.go(+11 -3)📝
mail_test.go(+146 -0)📝
server.go(+9 -5)➕
server_test.go(+43 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.