3 lei-import - one-time import of messages into local store
7 lei import [OPTIONS] LOCATION [LOCATION...] [+L:LABEL]
9 lei import [OPTIONS] (--stdin|-)
13 Import messages into the local storage of L<lei(1)>
14 (aka L<leiE<sol>store|lei-store-format(5)>). C<LOCATION> is a
15 source of messages: a directory (Maildir), a file, or a URL
16 (C<imap://>, C<imaps://>, C<nntp://>, or C<nntps://>). URLs requiring
17 authentication use L<git-credential(1)> to
18 fill in the username and password.
20 For a regular file, the C<LOCATION> must have a C<E<lt>formatE<gt>:>
21 prefix specifying one of the following formats: C<mboxrd>,
22 C<mboxcl2>, C<mboxcl>, or C<mboxo>.
30 =item --in-format=MAIL_FORMAT
32 Message input format. Unless messages are given on stdin, using a
33 format prefix with C<LOCATION> is preferred.
37 Read messages from stdin.
41 L<mbox(5)> locking method(s) to use: C<dotlock>, C<fcntl>, C<flock> or
44 Default: fcntl,dotlock
48 Add the given C<LABEL> to all messages imported, where C<LABEL>
49 is an arbitrary user-defined value consisting of lowercase and digits.
50 See L<lei-tag(1)> for more info on labels.
52 For example, specifying C<+L:inbox> applies the C<inbox> label
53 to all messages being imported.
55 May be specified multiple times to apply multiple labels.
61 Apply C<KEYWORD> to all messages being imported in addition
62 to any per-message keywords from the store (unless C<--no-kw>
63 is specified). See L<lei-tag(1)> for more info on keywords.
65 May be specified multiple times to apply multiple keywords.
71 Don't import message keywords (or "flags" in IMAP terminology).
73 =item --no-incremental
75 Import already seen IMAP and NNTP articles.
77 =item --torsocks=auto|no|yes
81 Whether to wrap L<git(1)> and L<curl(1)> commands with L<torsocks(1)>.
85 =item --proxy=PROTOCOL://HOST[:PORT]
87 Use the specified proxy (e.g., C<socks5h://0:9050>).
93 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
95 The mail archives are hosted at L<https://public-inbox.org/meta/> and
96 L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
100 Copyright all contributors L<mailto:meta@public-inbox.org>
102 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
106 L<lei-index(1)>, L<lei-store-format(5)>