mc 0.2.1
- Add
draftsparameter tomc_thread_read()— includes draft messages with astatuscolumn ("sent"/"draft").
mc 0.2.0
- Add
attachmentsparameter tomc_send()for file attachments. - Remove hardcoded fallback email from
default_from()— now errors ifoptions(mc.from)andMC_FROMenv var are both unset. - Update CLAUDE.md with latest soul conventions.
mc 0.1.0
- First stable release: compose, draft, and send emails from markdown via Gmail API.
- Core functions:
mc_send(),mc_compose(),mc_md_render(),mc_scroll(),mc_sig(). - Thread support:
mc_thread_find(),mc_thread_read(). - Scheduled send with
send_atand macOScaffeinateintegration. - Test mode redirects to sender for safe previewing.
