Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deifyed/fsmail
- Owner: deifyed
- License: mit
- Created: 2022-10-30T20:01:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T20:02:25.000Z (about 2 years ago)
- Last Synced: 2024-06-19T21:56:16.523Z (7 months 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: [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