[PR #1] [MERGED] Tests, Dockerfile, CI #6

Closed
opened 2026-03-02 16:46:57 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: testing


📝 Commits (8)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hyvor/smtp-simulator/pull/1 **Author:** [@supun-io](https://github.com/supun-io) **Created:** 9/16/2025 **Status:** ✅ Merged **Merged:** 9/17/2025 **Merged by:** [@supun-io](https://github.com/supun-io) **Base:** `main` ← **Head:** `testing` --- ### 📝 Commits (8) - [`8bd4c3f`](https://github.com/hyvor/smtp-simulator/commit/8bd4c3f0341c68dd146de968841a7c5100f426bf) bounce tests done - [`4f251fc`](https://github.com/hyvor/smtp-simulator/commit/4f251fca91a53fe097ccf494c011e1f3be584c13) bounce delay - [`8e4f672`](https://github.com/hyvor/smtp-simulator/commit/8e4f67259caee2349d8fa30f15c4d012aa159fd9) complaint wip - [`1156998`](https://github.com/hyvor/smtp-simulator/commit/1156998e172b5fada095118844dfe00ed69b9626) mail test, Dockerfile - [`8b63429`](https://github.com/hyvor/smtp-simulator/commit/8b63429ef8684f0d0394c6cb2da32d56f7eb0566) mail test, CI - [`d825b45`](https://github.com/hyvor/smtp-simulator/commit/d825b458df69cf7ad1a9832bd6253129db4f866e) server test - [`f79aab0`](https://github.com/hyvor/smtp-simulator/commit/f79aab008335598fb9f116ac6d9f4ba0530b856a) readme - [`3326424`](https://github.com/hyvor/smtp-simulator/commit/33264241e3ac2f5705d109d9fd5d494a55f5e962) race conditions ### 📊 Changes **13 files changed** (+542 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:46:57 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/smtp-simulator#6
No description provided.