diff options
-rw-r--r-- | notemap.1 | 22 |
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 |