1
0
Fork 0
mirror of https://github.com/midoks/imail.git synced 2026-04-25 18:35:57 +03:00
No description
Find a file
Mr Chen 5b7f1726c5
Merge pull request #120 from midoks/alert-autofix-21
Potential fix for code scanning alert no. 21: Uncontrolled data used in path expression
2026-03-24 02:30:31 +08:00
.github Merge pull request #113 from midoks/dependabot/github_actions/github/codeql-action-4 2026-03-24 01:42:00 +08:00
embed update 2026-03-22 17:37:06 +08:00
internal Merge pull request #120 from midoks/alert-autofix-21 2026-03-24 02:30:31 +08:00
screenshot up 2022-01-03 16:09:04 +08:00
scripts Update pick.sh 2026-03-22 18:16:24 +08:00
testdata up 2022-01-02 21:55:51 +08:00
.codecov.yml Create .codecov.yml 2022-05-07 04:03:54 +08:00
.gitignore Update .gitignore 2021-12-18 23:10:27 +08:00
.goreleaser.yml Update .goreleaser.yml 2026-03-22 13:34:03 +08:00
.zzz.yaml update 2026-03-22 18:35:11 +08:00
_config.yml Set theme jekyll-theme-tactile 2022-01-01 16:01:35 +08:00
escapes_to_heap.sh up 2022-05-06 14:51:08 +08:00
go.mod up 2026-03-24 01:54:43 +08:00
go.sum Bump golang.org/x/crypto from 0.44.0 to 0.45.0 2026-03-23 17:45:30 +00:00
imail.go update 2026-03-22 18:04:00 +08:00
LICENSE Initial commit 2018-06-04 17:14:16 +08:00
Makefile update 2026-03-22 17:57:27 +08:00
README.md update 2024-04-29 10:58:38 +08:00
SECURITY.md Create SECURITY.md 2022-01-27 17:39:32 +08:00
zzz.sh up 2022-09-26 23:17:47 +08:00

logo

imail

imail 是一款极易搭建的自助邮件服务。


项目愿景

imail项目旨在打造一个以最简便的方式搭建简单、稳定的邮件服务。使用 Go 语言开发使得 imail 能够通过独立的二进制分发,并且支持 Go 语言支持的 所有平台,包括 Linux、macOS、Windows 以及 ARM 平台。

  • 支持多域名管理。
  • 邮件草稿功能支持。
  • 邮件搜索功能支持。
  • Rspamd垃圾邮件过滤支持。
  • Hook脚本支持。

Go CodeQL Codecov

版本截图

main

版本详情

  • 0.0.18
* 增加修改管理员修改密码功能.
* 优化日志显示.
* initd 改为systemd.
* 修复初始化无法登录的现象.
* ssl功能优化.
* 优化一下提示。

编译依赖

go install -a -v github.com/go-bindata/go-bindata/...@latest

Wiki

贡献者

授权许可

本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 LICENSE 文件中。