mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 17:56:00 +03:00
[GH-ISSUE #46] [Feature request] Add Bcc field #43
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#43
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 @Kabouik on GitHub (Jun 18, 2020).
Original GitHub issue: https://github.com/d99kris/nmail/issues/46
Originally assigned to: @d99kris on GitHub.
While trying if I got
nmailworking with Exchange servers on Solus after following your guide in #22, I wanted to add one of my secondary email accounts to the recipients of my work emails and check if my important emails were indeed successfully sent and received, but I don't want people to know about it so Bcc would be ideal. This made me realizenmaildoesn't offer a Bcc field yet. There are of course other situations where people would want Bcc.@d99kris commented on GitHub (Jun 24, 2020):
Right, this is a basic email capability. I believe my backend code already caters for it. I just never put it in the UI, so it should be relatively easy to fix.
@d99kris commented on GitHub (Jul 5, 2020):
Hi @Kabouik - thanks for reporting this issue! I've implemented something now. The UI is similar to pine/alpine - by default the bcc field is hidden, but by pressing Ctrl-R the bcc field is shown (nmail will remember this for future sessions). Let me know if you encounter any issues. Thanks!