| commit | 964f97b5774cc2a57b5ea7c92b755c4cdb116fc8 | [log] [tgz] |
|---|---|---|
| author | Rene Cordier <rcordier@linagora.com> | Mon Sep 01 05:54:26 2025 +0700 |
| committer | GitHub <noreply@github.com> | Mon Sep 01 00:54:26 2025 +0200 |
| tree | 2363af07764a7c0b9f2e17d3cc659b8659b20792 | |
| parent | a8cedf42488692b1ab5395e8ab1ea63bdb29cde1 [diff] |
MIME4J-333 Introducing a getSafeRaw() method in RawField (#118) That would allow projects using the mime4j library to be able to get a raw field without it returning a null value, to protect against potential NPE, without introducing breaking changes with its core API. The computing of the raw value in case it's null is based on what was in writeField method in DefaultMessageWriter.