18 Commits

Author SHA1 Message Date
c9b77feabe feat: 收件箱功能新增按回车查看详情面板
- 添加邮件详情面板显示(主题、发件人、收件人、抄送、账户、时间、正文)
- 优化邮件列表卡片样式,增加选中高亮效果
- 窗口宽度 >= 80 时启用双面板布局,左侧列表右侧详情
- 简化依赖包,从 charm.land 使用统一导入路径
- 删除未使用的 golangci/goreleaser 配置文件
2026-04-10 04:41:22 +08:00
Maas Lalani
7f2ec5e5df feat: add CC and BCC inputs if --cc or --bcc is specified. (#65)
This commit adds CC + BCC hidden inputs and are shown if the user passes
in some value to the `-cc` or `--bcc` flags.
2024-04-25 11:18:45 -04:00
Maas Lalani
ef84570048 Save email body to tmp file when error (#64)
* store email body when send fails

* increase error display duration

* feat: save email body

---------

Co-authored-by: Allan Martinez <martinezallan123@gmail.com>
2024-04-25 10:23:52 -04:00
Carlos Alexandro Becker
fca3852910 fix: handle both resend and smtp set up together (#28)
* fix: handle both resend and smtp set up together

closes #27

* fix: error header

* fix: error messaging

---------

Co-authored-by: Maas Lalani <maas@lalani.dev>
2023-08-17 11:15:37 -04:00
Maas Lalani
7397bcb80e SMTP Support (#17) 2023-07-31 10:32:02 -04:00
Maas Lalani
cef2f9a3e1 fix: placeholder style 2023-07-11 12:55:58 -04:00
Maas Lalani
960893fd34 feat: add signature 2023-07-11 10:21:28 -04:00
Maas Lalani
50e40f8cc2 fix: seed attachments from command line 2023-06-27 14:34:28 -04:00
Maas Lalani
6646e0c54e fix: add send button 2023-06-15 14:38:57 -04:00
Maas Lalani
6879387140 fix: don't print emailSummary when aborting 2023-06-15 11:04:38 -04:00
Maas Lalani
6e1c758b60 feat: pretty print success 2023-06-15 10:59:25 -04:00
Maas Lalani
165699944a fix: better errors 2023-06-15 10:52:27 -04:00
Maas Lalani
ae6244ee75 fix: focus active input 2023-06-15 10:42:22 -04:00
Maas Lalani
616601a34a feat: convert markdown to html 2023-06-15 10:30:20 -04:00
Maas Lalani
d6f2498dbd fix: escape attachments 2023-06-15 09:52:28 -04:00
Maas Lalani
daa31dc744 feat: send email 2023-06-15 09:45:14 -04:00
Maas Lalani
7952e251bd feat: sending email spinner 2023-06-13 23:53:24 -04:00
Maas Lalani
5c247b107d feat: email tui 2023-06-13 23:31:19 -04:00