about summary refs log tree commit diff
path: root/README.7
blob: f09dd9b1623362b4d141dc4c939884196ebb9809 (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
44
45
46
47
48
49
.Dd December 21, 2019
.Dt README 7
.Os "Causal Agency"
.
.Sh NAME
.Nm imbox
.Nd IMAP to mbox
.
.Sh DESCRIPTION
.Nm
is a small TLS-only IMAP client
intended for applying git patches
without need of any other mail client.
It requires LibreSSL
.Pq Fl ltls
and either
.Xr dig 1
or
.Xr drill 1
for automatic IMAP server configuration.
.
.Pp
Build configuration can be written to
.Pa config.mk .
The install prefix of LibreSSL is set by
.Va LIBRESSL_PREFIX .
The path of
.Xr dig 1
can be set by defining the C preprocessor macro
.Va DIG_PATH .
The default is
.Pa /usr/bin/drill
on
.Fx
and
.Pa dig
everywhere else.
.
.Sh CONTRIBUTING
The upstream URL of this project is
.Aq Lk https://git.causal.agency/imbox .
I'm happy to receive contributions in any form at
.Aq Mt june@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