用於產生批量假電子郵件以進行測試的黑客小工具。
USAGE:
fakemail [OPTIONS]
OPTIONS:
-a <ATTACH_DIR> Directory holding files to randomly attach to messages
-f <FORMAT> Output format (mbox, eml) [default: mbox]
-h, --help Print help information
-n <NUM> Number of emails to generate [default: 1]
-o <OUTPUT> Output file for mbox, dir for eml (defaults: stdout/cwd)
-V, --version Print version information
$ cargo install --git https://github.com/bcampbell/fakemail
將 10000 個電子郵件檔案寫入bob/INBOX/
:
$ fakemail -n 10000 -f eml -o bob/INBOX
將 10 封電子郵件 mbox 寫入標準輸出:
$ fakemail -n 10