https://github.com/deifyed/fsmail
Converts emails to files and back
https://github.com/deifyed/fsmail
Last synced: 10 months ago
JSON representation
Converts emails to files and back
- Host: GitHub
- URL: https://github.com/deifyed/fsmail
- Owner: deifyed
- License: mit
- Created: 2022-10-30T20:01:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T20:02:25.000Z (over 3 years ago)
- Last Synced: 2025-02-09T08:41:56.653Z (over 1 year ago)
- Language: Go
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: 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](INSTALL.md)
## Configuration
N/A