about summary refs log tree commit diff
path: root/README.7
blob: b78dc49f30ec5b79001ac341bdcdb502f4f73b8b (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.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
.Nm git-fetch-email
is a wrapper modeled after
.Xr git-send-email 1 .
.
.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
or
.Xr drill 1
can be set by defining the C preprocessor macro
.Va DIG_PATH
or
.Va DRILL_PATH ,
respectively.
The default is to set
.Va DRILL_PATH
to
.Pa /usr/bin/drill
on
.Fx
and set
.Va DIG_PATH
to
.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
ghlight'> 2019-07-27Make copyright headers consistentJune McEnroe 2019-07-08Remove NetHack from indexJune McEnroe 2019-04-08Don't install rc.kfcgi eitherJune McEnroe 2019-03-28Remove rc.kfcgiJune McEnroe I sent a better version of it to the port maintainer and it is now in the ports tree. 2019-01-16Reformat index.html with explore linkJune McEnroe 2019-01-16Return false from keydown handler in exploreJune McEnroe 2019-01-08Draw lines to tile edgeJune McEnroe 2019-01-08Factor out default pathsJune McEnroe 2019-01-08Remove incorrect default coordinatesJune McEnroe 2019-01-07Set img src when explore fragment changesJune McEnroe 2019-01-07Compress PNG data in imageJune McEnroe kcgi never enables compression for FastCGI. 2019-01-07madvise MADV_NOCORE in imageJune McEnroe 2019-01-07Add license notice to explore JavaScriptJune McEnroe 2019-01-07Add Q/Home binding in exploreJune McEnroe 2019-01-07Fix explore image URLJune McEnroe 2019-01-07Add HOME button, ssh link, AGPL notice to exploreJune McEnroe 2019-01-06Add meta viewport to exploreJune McEnroe 2019-01-06Set background and max-width in exploreJune McEnroe 2019-01-06Swallow writes after the connection is closedJune McEnroe It was not okay. 2019-01-06Handle KCGI_HUPJune McEnroe I hope it's okay that I keep writing to the fwopen stream after streamWrite returns -1. 2019-01-06Install html filesJune McEnroe