fsmail

command module
v0.0.0-...-d05e76d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2022 License: MIT Imports: 1 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
pkg
keyring
Package keychain exposes a simplified API for dealing with secrets in a keyring
Package keychain exposes a simplified API for dealing with secrets in a keyring

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL