mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-17 00:56:30 +03:00
Update readme, create outbox, log remote in IMAP/SMTP auth
This commit is contained in:
@@ -25,7 +25,12 @@ Yggdrasil is well-suited for ad-hoc mail delivery and allows Yggmail to work eve
|
||||
Use a recent version of Go to install Yggmail:
|
||||
|
||||
```
|
||||
go install github.com/neilalexander/yggmail/cmd/yggmail
|
||||
go install github.com/neilalexander/yggmail/cmd/yggmail@latest
|
||||
```
|
||||
|
||||
It will then be installed into your `GOPATH`, so add that to your environment:
|
||||
```
|
||||
export PATH=$PATH:`go env GOPATH`/bin
|
||||
```
|
||||
|
||||
Create a mailbox and set your password. Your Yggmail database will automatically be created in your working directory if it doesn't already exist:
|
||||
|
||||
Reference in New Issue
Block a user