You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/09/22 02:49:52 UTC

[james-project] branch master updated (b942300ede -> 5f9d97d7fd)

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-project.git


    from b942300ede [STABILITY] Limit number of threads in parallel when creating cassandra tables
     add 5f9d97d7fd JAMES-3812 Provide a ToPlainText mailet (#1175)

No new revisions were added by this update.

Summary of changes:
 .../james/core/builder/MimeMessageBuilder.java     |  19 ++-
 .../docs/modules/ROOT/pages/configure/mailets.adoc |   2 +
 .../docs/modules/ROOT/partials/ToPlainText.adoc    |  13 ++
 .../james/transport/mailets/ToPlainText.java       | 144 +++++++++++++++++++++
 .../james/transport/mailets/ToPlainTextTest.java   | 135 +++++++++++++++++++
 5 files changed, 308 insertions(+), 5 deletions(-)
 create mode 100644 server/apps/distributed-app/docs/modules/ROOT/partials/ToPlainText.adoc
 create mode 100644 server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/ToPlainText.java
 create mode 100644 server/mailet/mailets/src/test/java/org/apache/james/transport/mailets/ToPlainTextTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org