summary refs log tree commit diff
path: root/README.7
blob: ab209db89d0f860f98c8d4f3ca85511cd5976402 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.Dd December  4, 2020
.Dt README 7
.Os "Causal Agency"
.
.Sh NAME
.Nm imbox
.Nd IMAP to mbox
.
.Sh DESCRIPTION
.Xr imbox 1
is a small TLS-only IMAP client
intended for applying git patches
without need of any other mail client.
.Xr git-fetch-email 1
is a wrapper modeled after
.Xr git-send-email 1 .
.
.Pp
.Nm
requires
.Sy libtls ,
provided by either
.Lk https://git.causal.agency/libretls/about LibreTLS
(for OpenSSL)
or by LibreSSL.
.
.Bd -literal -offset indent
\&./configure
make all
sudo make install
.Ed
.
.Sh CONTRIBUTING
The upstream URL of this project is
.Aq Lk https://git.causal.agency/imbox .
Contributions in any form can be sent to
.Aq Mt list+imbox@causal.agency .
For sending patches by email, see
.Aq Lk https://git-send-email.io .
.
.Sh SEE ALSO
.Xr git-fetch-email 1 ,
.Xr imbox 1