https://github.com/geo25rey/ipmail
InterPlanetary Mail - Decentralized Email alternative using IPFS
https://github.com/geo25rey/ipmail
communication crypto decentralized email golang ipfs ipfs-pubsub
Last synced: 10 months ago
JSON representation
InterPlanetary Mail - Decentralized Email alternative using IPFS
- Host: GitHub
- URL: https://github.com/geo25rey/ipmail
- Owner: Geo25rey
- License: gpl-3.0
- Created: 2020-11-04T18:49:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T21:27:45.000Z (about 5 years ago)
- Last Synced: 2025-04-08T23:52:48.992Z (about 1 year ago)
- Topics: communication, crypto, decentralized, email, golang, ipfs, ipfs-pubsub
- Language: Go
- Homepage:
- Size: 185 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# InterPlanetary Mail
InterPlanetary Mail (IPMail) is a decentralized email alternative, which uses IPFS to send and receive encrypted messages.
## Latest Build
Download the latest build [here](https://github.com/Geo25rey/ipmail/actions?query=is%3Asuccess+branch%3Amaster+workflow%3ABuild). Note that to download these builds you must be logged in to your GitHub account.
## Building
1) Install the go compiler [here](https://golang.org/dl/) or from your favorite package manager.
2) Run `./build.sh`
OR
Run the following commands:
```bash
mkdir build && cd build
go build ..
```
3) Building done. Look in the build build folder for the `ipmail` program
## Basic Use
1) Run `build/ipmail`
2) Wait a few seconds for things to load
3) Follow the setup prompts
4) Run the `help` command to see a list of all commands