about summary refs log tree commit homepage
path: root/Documentation/lei-import.pod
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-02-10 23:04:14 -0500
committerEric Wong <e@80x24.org>2021-02-11 05:03:24 +0000
commit389767f3b7eccc58859d7eade9ee2ba26b28f20d (patch)
treee9f4895a1bb7c2ae82f821342c23de993f2f649c /Documentation/lei-import.pod
parent7ede448ca426632fab03bf85b603848a68a3505f (diff)
downloadpublic-inbox-389767f3b7eccc58859d7eade9ee2ba26b28f20d.tar.gz
Diffstat (limited to 'Documentation/lei-import.pod')
-rw-r--r--Documentation/lei-import.pod54
1 files changed, 54 insertions, 0 deletions
diff --git a/Documentation/lei-import.pod b/Documentation/lei-import.pod
new file mode 100644
index 00000000..14ca2d45
--- /dev/null
+++ b/Documentation/lei-import.pod
@@ -0,0 +1,54 @@
+=head1 NAME
+
+lei-import - one-time import of messages into local store
+
+=head1 SYNOPSIS
+
+lei import [OPTIONS] LOCATION [LOCATION...]
+
+lei import [OPTIONS] --stdin
+
+=head1 DESCRIPTION
+
+Import messages into the local storage of L<lei(1)>.  C<LOCATION> is a
+source of messages: a directory (Maildir) or a file (whose format is
+specified via C<--format>).
+
+TODO: Update when URL support is added.
+
+=head1 OPTIONS
+
+=over
+
+=item -f MAIL_FORMAT, --format=MAIL_FORMAT
+
+Message input format: C<eml>, C<mboxrd>, C<mboxcl2>, C<mboxcl>,
+C<mboxo>.
+
+=item --stdin
+
+Read messages from stdin.
+
+=item --no-kw, --no-keywords, --no-flags
+
+Don't import message keywords (or "flags" in IMAP terminology).
+
+=back
+
+=head1 CONTACT
+
+Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
+
+The mail archives are hosted at L<https://public-inbox.org/meta/>
+and L<http://hjrcffqmbrq6wope.onion/meta/>
+
+=head1 COPYRIGHT
+
+Copyright 2021 all contributors L<mailto:meta@public-inbox.org>
+
+License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
+
+
+=head1 SEE ALSO
+
+L<lei-add-external(1)>