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/03/10 05:47:19 UTC

[james-project] branch master updated (634be36 -> c56639b)

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 634be36  [Clean code] Pretty name of maven submodule
     add 4c31277  JAMES-3720 Fix temporary file leak in email reprocessing
     add 6b30828  JAMES-3720 Fix temporary file leak in email mailrepository reading
     add e8ae8f7  JAMES-3720 Fix temporary file leak when browsing mailqueue
     add 387e81d  JAMES-3720 CassandraMailRepository should not duplicate mime message
     add 5b1b933  JAMES-3720 JMAP Drat message sender: disposal of Mail can block
     add 4d9be3f  JAMES-3720 JMAP RFC-8621 Dispose EmailSubmission/set emails
     add 0243780  JAMES-3720 JMAP RFC-8621 Dispose MDN/send emails
     add 02aee6e  JAMES-3720 RabbitMQMailQueue::requeue need to dispose emails
     add c2e80ed  JAMES-3720 RabbitMQMailQueue piggy backed cleanup should dispose emails
     add c56639b  JAMES-3720 Fix fecht -> fetch typo

No new revisions were added by this update.

Summary of changes:
 .../cassandra/CassandraMailRepository.java            | 18 +++++++++++++++---
 .../james/jmap/draft/methods/MessageSender.java       |  3 ++-
 .../james/jmap/method/EmailSubmissionSetMethod.scala  | 10 ++++++----
 .../org/apache/james/jmap/method/MDNSendMethod.scala  | 10 ++++++++--
 .../apache/james/webadmin/dto/MailQueueItemDTO.java   |  7 ++++++-
 .../webadmin/service/MailRepositoryStoreService.java  | 19 ++++++++++++++-----
 .../james/webadmin/service/ReprocessingService.java   |  3 +++
 server/queue/queue-api/pom.xml                        |  4 ++++
 .../apache/james/queue/api/ManageableMailQueue.java   |  9 ++++++++-
 .../james/queue/library/MailQueueManagement.java      |  2 ++
 .../org/apache/james/queue/rabbitmq/EnqueuedItem.java |  9 ++++++++-
 .../james/queue/rabbitmq/RabbitMQMailQueue.java       |  2 ++
 .../view/cassandra/CassandraMailQueueBrowser.java     |  9 ++++++++-
 .../view/cassandra/CassandraMailQueueMailDelete.java  |  3 ++-
 .../model/EnqueuedItemWithSlicingContext.java         |  8 +++++++-
 15 files changed, 95 insertions(+), 21 deletions(-)

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