A tool to select email messages matching a pattern from a mailbox https://mboxgrep.org/
Go to file
Daniel Spiljar 6e9600426a
Minor update to the man and info pages
Sync the examples section, refer to RFC 4155 for the mbox mailbox
format, and add URLs to Gitea and Github.
2024-09-23 13:15:05 +02:00
contrib Markdown conversion, email address obfuscation. 2023-02-17 23:37:35 +01:00
doc Minor update to the man and info pages 2024-09-23 13:15:05 +02:00
src Code refactoring 2024-09-20 22:18:30 +02:00
.gitignore fix autoconf on Windows 2024-09-10 22:39:39 -07:00
AUTHORS.md Mention the contributors and convert to Markdown. 2024-09-11 18:07:50 +02:00
configure.ac fix autoconf on Windows 2024-09-10 22:39:39 -07:00
COPYING.md Markdown conversions. 2023-01-25 15:47:37 +01:00
INSTALL.md Minor updates of the documentation. 2023-05-18 13:43:09 +02:00
Makefile.am Correction of Automake macros 2023-05-21 12:05:18 +02:00
mboxgrep.lsm Update of contact information. 2018-10-04 22:32:37 +02:00
NEWS.md Readability of the news file 2024-09-20 13:48:55 +02:00
README.md Minor updates of the documentation. 2023-05-18 13:43:09 +02:00
TODO.md Update the TODO list. 2024-09-13 15:54:50 +02:00

mboxgrep - selects e-mail messages matching a pattern

mboxgrep is a grep(1)-like tool which scans mailboxes and selects e-mail messages matching a pattern.

Full description of mboxgrep is contained in the documentation, which is provided both in manpage and texinfo format, to satisfy believers of both religions.

The author of mboxgrep is Daniel Spiljar, who can be reached via email dspiljar AT datatipp.se. Bug reports, feature requests and flames are welcome.

If you intend to bundle mboxgrep with an operating system (such as a GNU/Linux distrubution, for example), please drop me a line about it.

For build instructions, read the file INSTALL.md, and run ./configure --help.

This project aims to follow the GNU coding style, at least loosely. The code should be indented with indent -gnu -nut -ppi2.