[Bps-public-commit] app-wsgetmail branch branch-for-multiple-improvements updated. 0.06-5-g02ab3e3
BPS Git Server
git at git.bestpractical.com
Mon Sep 19 23:09:08 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "app-wsgetmail".
The branch, branch-for-multiple-improvements has been updated
via 02ab3e3a108fdeb56a53ded94b0c3e082b8bf2d4 (commit)
from 64a76d8128d904a2827fe61ad08057841d84b478 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 02ab3e3a108fdeb56a53ded94b0c3e082b8bf2d4
Author: Brian Conry <bconry at bestpractical.com>
Date: Mon Sep 19 18:08:22 2022 -0500
Document the dump_messages option
This option was previously undocumented.
diff --git a/Changes b/Changes
index 68cd096..db60415 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
Revision history for App-wsgetmail
0.07 ??/??/??
+ * Add documentation of the dump_messages option
* Add strip_cr option to convert CRLF -> LF
* Add locking based on the config file to prevent multiple instances
from running on the same account/mailbox at the same time.
diff --git a/lib/App/wsgetmail.pm b/lib/App/wsgetmail.pm
index ec71d72..a589b05 100644
--- a/lib/App/wsgetmail.pm
+++ b/lib/App/wsgetmail.pm
@@ -449,6 +449,12 @@ If you set this to C<"mark_as_read">, wsgetmail will only retrieve and
deliver messages that are marked unread in the configured folder, so it does
not try to deliver the same email multiple times.
+=item dump_messages
+
+Set this to 1 to preserve the temporary files after processing.
+
+When C<"debug"> is also set the filenames will be reported on STDERR.
+
=back
=head1 TESTING AND DEPLOYMENT
-----------------------------------------------------------------------
Summary of changes:
Changes | 1 +
lib/App/wsgetmail.pm | 6 ++++++
2 files changed, 7 insertions(+)
hooks/post-receive
--
app-wsgetmail
More information about the Bps-public-commit
mailing list