summary refs log tree commit diff
diff options
context:
space:
mode:
-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
roe 2017-07-30Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe