summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-26 12:12:29 -0500
committerJune McEnroe <june@causal.agency>2020-01-26 12:12:29 -0500
commit3f3eecb0602d30398f8def1a98beb699ce59afa3 (patch)
tree2fbf96e6d0d0b17a57ba45e988b452df4a3edf3b
parentAdd standards and author to manual page (diff)
downloadnotemap-3f3eecb0602d30398f8def1a98beb699ce59afa3.tar.gz
notemap-3f3eecb0602d30398f8def1a98beb699ce59afa3.zip
Add -w option to manual page
-rw-r--r--notemap.122
1 files changed, 21 insertions, 1 deletions
diff --git a/notemap.1 b/notemap.1
index 4e49a89..8c66490 100644
--- a/notemap.1
+++ b/notemap.1
@@ -8,7 +8,7 @@
 .
 .Sh SYNOPSIS
 .Nm
-.Op Fl afv
+.Op Fl afvw
 .Op Fl M Ar mailbox
 .Op Fl h Ar host
 .Op Fl m Ar file
@@ -28,6 +28,14 @@ If no files are given as arguments,
 all mapped files are mirrored.
 .
 .Pp
+IMAP over TLS without STARTTLS is assumed.
+The password is read from
+.Pa /dev/tty ,
+or standard input if
+.Fl w
+is used.
+.
+.Pp
 The arguments are as follows:
 .Bl -tag -width Ds
 .It Fl M Ar mailbox
@@ -74,11 +82,23 @@ in the same fashion as the host.
 .It Fl u Ar user
 Log in to IMAP as
 .Ar user .
+The IMAP connection information
+is inferred from the username unless
+.Fl h
+is used.
 .
 .It Fl v
 Log IMAP protocol to standard error.
+.
+.It Fl w
+Read the password from standard input.
 .El
 .
+.Sh EXAMPLES
+.Bd -literal
+notemap -a -u june@causal.agency note.txt
+.Ed
+.
 .Sh STANDARDS
 .Bl -item
 .It