feat: allow user delete mail && notify when send access changed (#132)

This commit is contained in:
Dream Hunter
2024-04-15 23:19:05 +08:00
committed by GitHub
parent 50f04b2456
commit 00231e7ade
8 changed files with 80 additions and 5 deletions

View File

@@ -20,5 +20,5 @@ features:
- title: Use rust wasm to parse emails
details: Use rust wasm to parse emails, support various RFC standards for emails, support attachments, extremely fast
- title: Support sending emails
details: Support sending txt or html emails through domain name mailboxes
details: Support sending txt or html emails through domain name mailboxesSupport DKIM signature
---

View File

@@ -24,5 +24,5 @@ features:
- title: 使用 rust wasm 解析邮件
details: 使用 rust wasm 解析邮件支持邮件各种RFC标准支持附件, 速度极快
- title: 支持发送邮件
details: 支持通过域名邮箱发送 txt 或者 html 邮件
details: 支持通过域名邮箱发送 txt 或者 html 邮件,支持 DKIM 签名
---