This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-mime4j.git.
from 8591c45 MIME-298 DateTimeFieldLenientImpl: remove unneeded option new 6d2e664 [EXAMPLES] MessageTree should be easy to launch from an IDE new 0b34c69 [EXAMPLES] IterateOverMbox should be easy to launch from an IDE new 58bfaaa [EXAMPLES] Migrate away from MessageBuilder new 598c3d7 [EXAMPLES] Add an example for parsing messages new eebe5a5 [EXAMPLES] Link github and sit examples from the Mime4J index new b3e1e27 [EXAMPLES] Fix a typo in NAV panel new 3886419 [EXAMPLES] Github links for examples new 3aa29d3 [EXAMPLES] RAT exceptions for newly added example resources The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../james/mime4j/samples/dom/MultipartMessage.java | 2 +- .../james/mime4j/samples/dom/ParsingMessage.java | 57 +++++++++++++++++++++ .../james/mime4j/samples/dom/TextPlainMessage.java | 2 +- .../james/mime4j/samples/mbox/IterateOverMbox.java | 20 +++++--- .../mime4j/samples/transform/TransformMessage.java | 9 ++-- .../james/mime4j/samples/tree/MessageTree.java | 16 ++++-- .../src/main/resources/mbox-example}/mbox.rlug | 0 .../src/main/resources/mbox-example}/mbox.rlug-0 | 0 .../src/main/resources/mbox-example}/mbox.rlug-1 | 0 .../src/main/resources/mbox-example}/mbox.rlug-2 | 0 .../src/main/resources/mbox-example}/mbox.rlug-3 | 0 .../src/main/resources/mbox-example}/mbox.rlug-4 | 0 .../src/main/resources/mime-example.msg | 0 pom.xml | 2 + src/site/site.xml | 2 +- src/site/xdoc/index.xml | 46 ++++++++++------- src/site/xdoc/samples.xml | 58 ++++++++++------------ 17 files changed, 144 insertions(+), 70 deletions(-) create mode 100644 examples/src/main/java/org/apache/james/mime4j/samples/dom/ParsingMessage.java copy {mbox/src/test/resources/test-1 => examples/src/main/resources/mbox-example}/mbox.rlug (100%) copy {mbox/src/test/resources/test-1 => examples/src/main/resources/mbox-example}/mbox.rlug-0 (100%) copy {mbox/src/test/resources/test-1 => examples/src/main/resources/mbox-example}/mbox.rlug-1 (100%) copy {mbox/src/test/resources/test-1 => examples/src/main/resources/mbox-example}/mbox.rlug-2 (100%) copy {mbox/src/test/resources/test-1 => examples/src/main/resources/mbox-example}/mbox.rlug-3 (100%) copy {mbox/src/test/resources/test-1 => examples/src/main/resources/mbox-example}/mbox.rlug-4 (100%) copy core/src/test/resources/testmsgs/simple-attachment.msg => examples/src/main/resources/mime-example.msg (100%) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org