Is your feature request related to a problem?
Emails can only be sent immediately.
Describe the solution you'd like
Allow scheduling a message to be sent at a chosen time, delivered by the daemon even if the TUI is closed.
Describe alternatives you've considered
Drafting and sending manually later.
Additional context
Needs a persistent queue and the daemon (daemon/, daemonrpc/) plus composer UI in tui/composer.go and send path in sender/.
Is your feature request related to a problem?
Emails can only be sent immediately.
Describe the solution you'd like
Allow scheduling a message to be sent at a chosen time, delivered by the daemon even if the TUI is closed.
Describe alternatives you've considered
Drafting and sending manually later.
Additional context
Needs a persistent queue and the daemon (
daemon/,daemonrpc/) plus composer UI intui/composer.goand send path insender/.