Cargo.lock: update dependencies

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
main
Manos Pitsidianakis 2024-01-16 10:53:30 +02:00
parent f7039e1997
commit 374e2d8aa5
Signed by: Manos Pitsidianakis
GPG Key ID: 7729C7707F7E09D0
2 changed files with 1094 additions and 782 deletions

1732
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,12 +18,24 @@ Tool for mailpot mailing list management.
.TP .TP
\-d, \-\-debug \-d, \-\-debug
Print logs. Print logs.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-c, \-\-config \fICONFIG\fR \-c, \-\-config \fICONFIG\fR
Configuration file to use. Configuration file to use.
.TP .TP
\-q, \-\-quiet \-q, \-\-quiet
Silence all output. Silence all output.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-v, \-\-verbose \-v, \-\-verbose
Verbose mode (\-v, \-vv, \-vvv, etc). Verbose mode (\-v, \-vv, \-vvv, etc).
@ -101,6 +113,12 @@ Prints a sample config file to STDOUT.
.TP .TP
\-\-with\-smtp \-\-with\-smtp
Use an SMTP connection instead of a shell process. Use an SMTP connection instead of a shell process.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.\fB .\fB
@ -356,6 +374,12 @@ The primary key of the request.
.TP .TP
\-\-do\-not\-send\-confirmation \-\-do\-not\-send\-confirmation
Do not send confirmation e\-mail. Do not send confirmation e\-mail.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.\fB .\fB
@ -388,18 +412,48 @@ Add a new post policy.
.TP .TP
\-\-announce\-only \-\-announce\-only
Only list owners can post. Only list owners can post.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-subscription\-only \-\-subscription\-only
Only subscriptions can post. Only subscriptions can post.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-approval\-needed \-\-approval\-needed
Subscriptions can post. Other posts must be approved by list owners. Subscriptions can post. Other posts must be approved by list owners.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-open \-\-open
Anyone can post without restrictions. Anyone can post without restrictions.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-custom \-\-custom
Allow posts, but handle it manually. Allow posts, but handle it manually.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.\fB .\fB
@ -431,18 +485,48 @@ Add subscription policy to list.
.TP .TP
\-\-send\-confirmation \-\-send\-confirmation
Send confirmation e\-mail when subscription is finalized. Send confirmation e\-mail when subscription is finalized.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-open \-\-open
Anyone can subscribe without restrictions. Anyone can subscribe without restrictions.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-manual \-\-manual
Only list owners can manually add subscriptions. Only list owners can manually add subscriptions.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-request \-\-request
Anyone can request to subscribe. Anyone can request to subscribe.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-custom \-\-custom
Allow subscriptions, but handle it manually. Allow subscriptions, but handle it manually.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.\fB .\fB
@ -639,9 +723,21 @@ List ID of remote list to query.
.TP .TP
\-\-dry\-run \-\-dry\-run
Show what would be inserted without performing any changes. Show what would be inserted without performing any changes.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-skip\-owners \-\-skip\-owners
Don\*(Aqt import list owners. Don\*(Aqt import list owners.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.\fB .\fB
@ -686,6 +782,12 @@ Post message from STDIN to list.
.TP .TP
\-\-dry\-run \-\-dry\-run
Show e\-mail processing result without actually consuming it. Show e\-mail processing result without actually consuming it.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.\fB .\fB
@ -702,6 +804,12 @@ Flush outgoing e\-mail queue.
.TP .TP
\-\-dry\-run \-\-dry\-run
Show e\-mail processing result without actually consuming it. Show e\-mail processing result without actually consuming it.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.\fB .\fB
@ -992,21 +1100,57 @@ Show and fix possible data mistakes or inconsistencies.
.TP .TP
\-\-fix \-\-fix
Fix errors (default: false). Fix errors (default: false).
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-all \-\-all
Select all tests (default: false). Select all tests (default: false).
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-datetime\-header\-value \-\-datetime\-header\-value
Post `datetime` column must have the Date: header value, in RFC2822 format. Post `datetime` column must have the Date: header value, in RFC2822 format.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-remove\-empty\-accounts \-\-remove\-empty\-accounts
Remove accounts that have no matching subscriptions. Remove accounts that have no matching subscriptions.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-remove\-accepted\-subscription\-requests \-\-remove\-accepted\-subscription\-requests
Remove subscription requests that have been accepted. Remove subscription requests that have been accepted.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.TP .TP
\-\-warn\-list\-no\-owner \-\-warn\-list\-no\-owner
Warn if a list has no owners. Warn if a list has no owners.
.br
.br
.br
[\fIpossible values: \fRtrue, false]
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.SH AUTHORS .SH AUTHORS