Skip to content

Commit

Permalink
Update JAMES sha1 (#1431)
Browse files Browse the repository at this point in the history
* Adapt TmailLocalDelivery
  • Loading branch information
quantranhong1999 authored Jan 6, 2025
1 parent 8454d04 commit 77cfc43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class TmailLocalDelivery @Inject()(usersRepository: UsersRepository,
.consume(getInitParameter("consume", true))
.retries(MailetUtil.getInitParameterAsInteger(getInitParameter("retries"), Optional.of(MailDispatcher.RETRIES)))
.mailetContext(getMailetContext)
.usersRepository(usersRepository)
.build
}
}

0 comments on commit 77cfc43

Please sign in to comment.