Cohamail - Mail cli for Coh@bit https://jsr.io/@cohabit/mailer
Go to file
2024-07-15 14:07:09 +02:00
cli refactor: switch cliffy imports to jsr 2024-07-15 12:10:57 +02:00
config refactor: extract inlined dkim options to config file 2024-06-17 10:55:45 +02:00
src feat: check domain name of account.json against dkim config 2024-07-15 14:07:09 +02:00
templates feat(templates): add MagicLink template for connection links 2024-06-17 12:11:14 +02:00
.gitignore build(cli): update compile task and ignore bins 2024-04-15 10:52:24 +02:00
cli.ts refactor: switch cliffy imports to jsr 2024-07-15 12:10:57 +02:00
deno.json refactor: rename package to @cohabit/mailer 2024-07-15 12:19:37 +02:00
deno.lock chore(deno.json): remove old task 2024-07-15 12:11:55 +02:00
mod.ts refactor: export templates and types from mod.ts 2024-06-15 17:48:25 +02:00
README.md doc: update notes to fix gfm render issue 2024-06-06 13:38:57 +02:00
types.ts fix(chore): patch Template generic 2024-04-02 15:11:28 +02:00

Coh@mail

Mail cli for Coh@bit.

Warning

Early preview Much more to come, stay up to date

Installation

Warning

Currently bin manually added to releases tab. Prefer git clone and deno to use latest version.

Basic usage

  • From deno

    cd ./cohabit_mail
    deno task cli -h
    deno task <subcommand> -h
    
  • From bin

    ./cohamail -h
    # OR
    ./cohamail <subcommand> -h