Open codewheeney opened 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
@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!
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