Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deifyed/fsmail

Converts emails to files and back
https://github.com/deifyed/fsmail

Last synced: 25 days ago
JSON representation

Converts emails to files and back

Awesome Lists containing this project

README

        

# fsmail

## Motivation

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

## Usage

```shell
# 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 < important-email
---
From: [email protected]
To: [email protected]
Subject: Missing you
---

Just wanted to let you know xoxo
EOF

# Then sync again to send the message
fsmail sync
```

## Installation

See [instructions](INSTALL.md)

## Configuration

N/A