테스트를 위해 대량 가짜 이메일을 생성하는 작은 도구입니다.
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
bob/INBOX/
에 10000개의 이메일 파일 쓰기:
$ fakemail -n 10000 -f eml -o bob/INBOX
10개의 이메일 mbox를 stdout에 작성합니다.
$ fakemail -n 10