summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-22 22:28:48 -0500
committerJune McEnroe <june@causal.agency>2019-12-22 22:28:48 -0500
commitdcd2752a4155f3c3476d36795ff301b77ebe09c2 (patch)
treeaf8f5783bd864456dc422f2db57f4e0a3bbc445c
parentQuote user, pass and mailbox (diff)
downloadimbox-dcd2752a4155f3c3476d36795ff301b77ebe09c2.tar.gz
imbox-dcd2752a4155f3c3476d36795ff301b77ebe09c2.zip
Add CAVEAT about expecting plain-text
-rw-r--r--imbox.17
1 files changed, 6 insertions, 1 deletions
diff --git a/imbox.1 b/imbox.1
index f3a5905..3510a74 100644
--- a/imbox.1
+++ b/imbox.1
@@ -1,4 +1,4 @@
-.Dd December 21, 2019
+.Dd December 22, 2019
 .Dt IMBOX 1
 .Os
 .
@@ -130,6 +130,11 @@ imbox -T list@example.org june@causal.agency | git am
 .Sh AUTHORS
 .An June Bug Aq Mt june@causal.agency
 .
+.Sh CAVEATS
+The
+.Nm
+utility only expects to deal with plain-text messages.
+.
 .Sh BUGS
 Send mail to
 .Aq Mt june@causal.agency
d=13fdf558c76b71f95776fbc4460f5651ad64dafe&follow=1'>Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe 2019-11-08Only change AWAY status for registered clientsJune McEnroe 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe