The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

takemail - walk through mailboxes and grep something

SYNOPSIS

takemail [--outbox][--outdir][--header][--nheader] [--verbose][--werr][--help] mailbox/mailbox-dir

DESCRIPTION

Dump mails applying to regular expressions either to stdout or into a newly created mailbox.

Options:

--outbox FILE

(or -c) Create a new mailbox FILE and write the found messages into it. If omitted output goes to stdout.

--outdir DIR

Nothing yet.

--header HEADER-FIELD=REGEX

Only find messages whose HEADER-FIELD(s) conform to REGEX. REGEX are standard Perl regular expresses without the leading and trailing slash '/'. Multiple key=value pairs can be given by separating them with whitespaces. Example:

 takemail --header subject=[Hh]ello from=peter\|john ~/Mail

Care must be taken on special shell characters, especially those for piping. That means, '|' etc. probably need to be escaped with a backslash '\'.

--nheader HEADER-FIELD=REGEX

Only find messages whose HEADER-FIELD(s) do not conform to REGEX. Same usage as --header.

--verbose

(or -v) Additionally print what is done to stderr.

--werr

Nothing yet.

--help

(or -?) Print a short summary of options.

AUTHOR

Tassilo v. Parseval (tassilo.parseval@post.rwth-aachen.de).

All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

VERSION

This code is beta, version 1.318