เครื่องมือแฮ็กเล็กๆ เพื่อสร้างอีเมลปลอมจำนวนมากสำหรับการทดสอบ
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
เขียนไฟล์อีเมล 10,000 ไฟล์ลงใน bob/INBOX/
:
$ fakemail -n 10000 -f eml -o bob/INBOX
เขียน mbox อีเมล 10 ฉบับไปที่ stdout:
$ fakemail -n 10