1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
=head1 NAME
lei-ls-mail-source - list IMAP or NNTP mail source folders
=head1 SYNOPSIS
lei ls-mail-source [OPTIONS] URL
=head1 DESCRIPTION
List information about the IMAP or NNTP mail source at C<URL>.
This command populates the cache used for Bash shell completion
and is handy for writing L<lei-import(1)> invocations.
=head1 OPTIONS
=over
=item -z
=item -0
Use C<\0> (NUL) instead of newline (CR) to delimit lines.
=item -l
Format output as JSON and include more information.
=item --pretty
Pretty print JSON output. If stdout is opened to a tty, C<--pretty>
is enabled by default.
=item --ascii
Escape non-ASCII characters.
=item --url
Show full URL of newsgroup or IMAP folder.
=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://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
=head1 COPYRIGHT
Copyright 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-import(1)>
|