DiUS / java-faker

Brings the popular ruby faker gem to Java
http://dius.github.io/java-faker
Other
4.77k stars 851 forks source link

Added method to Internet Faker for RFC Message IDs… #736

Open codewheeney opened 2 years ago

codewheeney commented 2 years ago

This PR adds new methods to the Internet faker, to create RFC 2822 compliant message IDs, like this:

<blarg@something.usually.domain.com>

Testing done - new unit tests added to InternetTests.java

bodiam commented 2 years ago

@codewheeney thanks for this PR. Would it be possible to send the same PR to Datafaker.net, which is a maintained fork of this library? Thanks!