1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-08 04:01:55 +00:00

Add powerful match subcommand to cmdline client

- Multiple output formats
- Signals matches via exit status for shell scripts
- Match against To, From, Subject via regular expressions
- Can optionally delete matched messages
This commit is contained in:
James Hillyerd
2017-02-05 14:04:34 -08:00
parent 6722811425
commit be4675b374
4 changed files with 201 additions and 12 deletions

View File

@@ -10,6 +10,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- `rest/client` types `MessageHeader` and `Message` with convenience methods;
provides a more natural API
- Powerful command line REST
[client](https://github.com/jhillyerd/inbucket/wiki/cmd-client)
### Changed
- `rest/client.NewV1` renamed to `New`