mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #577] [suggestion] Extract the HTML checker code to a public repository #371
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#371
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?
Originally created by @deathiop on GitHub (Oct 22, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/577
Hi there,
I'm working, in Golang, with emails.
The features you expose as an HTML checker is something I have a use for, and I'm basically about to redo what you already wrote in your code.
So, I'm opening this ticket in order to ask you whether you would considerate exporting this HTML checker in a public repository, as a library anyone can use.
I think this might benefit to many other people working with emails.
Thanks for reading!
@axllent commented on GitHub (Oct 22, 2025):
Hi! I totally understand what you're asking here, but when I wrote Mailpit I very intentionally did not expose the internal functionality. The reason was that I did not want to be restricted by what I could and couldn't do within those "Mailpit modules" (backwards compatibility, versioning etc, plus the overheads of support, feature requests etc).
Mailpit keeps me busy enough as it is and I don't need the additional pressure of maintaining this one a separate module 😃
The source is of course free and available, so please feel free to copy/paste and build your own library.
@deathiop commented on GitHub (Oct 24, 2025):
Hey,
Thanks for your kind answer.
I do understand you don't want to give yourself more job :)
I'll take what I need then, thank you!