Mail cli for Coh@bit
Go to file
2024-04-17 14:28:20 +02:00
cli fix(cli): update old code from before breaking change 2024-04-04 17:05:12 +02:00
config feat: add news account 2024-03-29 15:55:45 +01:00
src refactor(chore): replace logo from attachments by url 2024-04-15 10:41:46 +02:00
templates fix(templates): replace svg images with png to support gmail 2024-04-17 13:44:21 +02:00
.gitignore build(cli): update compile task and ignore bins 2024-04-15 10:52:24 +02:00
cli.ts feat(cli): add mail preview command 2024-04-03 17:56:38 +02:00
deno.json build(cli): update compile task and ignore bins 2024-04-15 10:52:24 +02:00
deno.lock feat(cli): add mail preview command 2024-04-03 17:56:38 +02:00
mod.ts feat: update module exports 2024-03-29 16:14:31 +01:00
README.md doc: update README 2024-04-17 14:28:20 +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