https://github.com/galdor/emaild
A self-contained email server.
https://github.com/galdor/emaild
email-server mail-server
Last synced: 5 months ago
JSON representation
A self-contained email server.
- Host: GitHub
- URL: https://github.com/galdor/emaild
- Owner: galdor
- License: isc
- Created: 2024-04-06T16:31:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T15:29:14.000Z (about 2 years ago)
- Last Synced: 2024-04-14T05:40:16.353Z (about 2 years ago)
- Topics: email-server, mail-server
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emaild
## Project
Emaild is an experimental project aiming to build a self-contained server
handling the entire mail stack.
## Licensing
Emaild is open source software distributed under the
[ISC](https://opensource.org/licenses/ISC) license.
## Contributions
### Open source, not open contribution
[Similar to SQLite](https://www.sqlite.org/copyright.html), Emaild is open
source but not open contribution for multiple reasons:
- It avoids potential intellectual property and licensing issues.
- It removes the burden of reviewing patches and maintaining the resulting
code.
- It helps keeping the software focused on a clear vision.
While this might be disappointing to you, this choice helps me continue to
build and maintain Emaild.
### Bug reporting
I am thankful for any bug report. Feel free to open issues and include as much
useful information as possible. I cannot however guarantee that I will fix every
bug.
### Ideas and feature suggestions
Ideas about current systems and suggestions for new ones are welcome, either on
GitHub discussions or by [email](mailto:nicolas@n16f.net).
You can also [hire me](mailto:nicolas@exograd.com) for support or to develop
specific features.