deifyed / fsmail

Converts emails to files and back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fsmail

Motivation

I want to handle my emails like I would handle my text files

Usage

# Log in to your email provider. Credentials are stored in your secret store
fsmail login

# Synchronize your emails
fsmail sync

# Send an email by creating a file in ./outbox named after the recipient
cat <<EOF > important-email
---
From: me@example.com
To: lover@example.com
Subject: Missing you
---

Just wanted to let you know xoxo
EOF

# Then sync again to send the message
fsmail sync

Installation

See instructions

Configuration

N/A

About

Converts emails to files and back

License:MIT License


Languages

Language:Go 96.0%Language:Makefile 4.0%