]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/lei-ls-mail-source.pod
926bbe2c02f674698ded17705c8c591fbcaa0147
[public-inbox.git] / Documentation / lei-ls-mail-source.pod
1 =head1 NAME
2
3 lei-ls-mail-source - list IMAP or NNTP mail source folders
4
5 =head1 SYNOPSIS
6
7 lei ls-mail-source [OPTIONS] URL
8
9 =head1 DESCRIPTION
10
11 List information about the IMAP or NNTP mail source at C<URL>.
12
13 =head1 OPTIONS
14
15 =over
16
17 =item -z
18
19 =item -0
20
21 Use C<\0> (NUL) instead of newline (CR) to delimit lines.
22
23 =item -l
24
25 Format output as JSON and include more information.
26
27 =item --pretty
28
29 Pretty print JSON output.  If stdout is opened to a tty, C<--pretty>
30 is enabled by default.
31
32 =item --ascii
33
34 Escape non-ASCII characters.
35
36 =item --url
37
38 Show full URL of newsgroup or IMAP folder.
39
40 =back
41
42 =head1 CONTACT
43
44 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
45
46 The mail archives are hosted at L<https://public-inbox.org/meta/> and
47 L<http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
48
49 =head1 COPYRIGHT
50
51 Copyright 2021 all contributors L<mailto:meta@public-inbox.org>
52
53 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
54
55
56 =head1 SEE ALSO
57
58 L<lei-import(1)>