1. d757b47 [FIX] Account for consistency choices within RecomputeMailboxCountersService by Benoit TELLIER · 2 days ago master
  2. 28fc635 [FIX] Account for consistency choices within SolveMessageInconsistenciesService by Benoit TELLIER · 2 days ago
  3. 9996d73 [ENHANCEMENT] have SolveMailboxInconsistencies address all possible failures by Benoit TELLIER · 3 days ago
  4. 7c801d8 [ENHANCEMENT] Add a autoMerge mode (default to false) to SolveMailboxInconsistencies by Benoit TELLIER · 3 days ago
  5. 743e635 [FIX] SolveMailboxInconsistencies: several runs until convergence by Benoit TELLIER · 4 days ago
  6. ac60305 [FIX] Cassandra folder rename: use SERIAL for initial picture by Benoit TELLIER · 4 days ago
  7. 2dd73a3 [FIX] Folder rename: upfront read of the mailbox and its children by Benoit TELLIER · 4 days ago
  8. 708e8cc [FIX] Enhance SolveMailboxInconsistencies to fix duplicated mailboxPathV3 registration and recover from failed mailboxPathV3 deletion upon rename by Benoit TELLIER · 4 days ago
  9. 986b76d [FIX] Cassandra folder rename: base decision on truth table by Benoit TELLIER · 4 days ago
  10. 2e6ab37 [FIX] User rename: handle submailbox edge cases when mailbox exist by Benoit TELLIER · 4 days ago
  11. b9a868b [FIX] User rename: per rename temporary mailbox layout by Benoit TELLIER · 4 days ago
  12. c014c50 [FIX] User rename: Simplify rename dance when destination exist by Benoit TELLIER · 4 days ago
  13. 2e07c8e [FIX] User rename was returning wrong quota when target address is not empty by Benoit TELLIER · 4 days ago
  14. 713b619 [REFACTOR] CassandraMailboxPathV3DAO: remove unused field by Benoit TELLIER · 4 days ago
  15. 6b39077 [FIX] Avoid 500 upon Mail repository download (#3064) by Benoit TELLIER · 5 days ago
  16. 011735a [ENHACEMENT] Log stacktraces in DEBUG mode for protocol level failures by Benoit TELLIER · 2 weeks ago
  17. c226a5f [ENHANCEMENT] Reduce Webadmin validation boiler plate (#3061) by Benoit TELLIER · 13 days ago
  18. 0c8d732 JAMES-4212 Use a string based representation for groups by Benoit TELLIER · 2 weeks ago
  19. 37216eb JAMES-4209 CassandraMessagesDAOV3: optionally write recovery infos (#3053) by Benoit TELLIER · 2 weeks ago
  20. 1a2032d [REFACTORING] Remove IMAPServerTest by Quan Tran · 2 weeks ago
  21. 20f2558 [REFACTORING] Split IMAPServerRenameMailboxTest by Quan Tran · 2 weeks ago
  22. 31eaf24 [REFACTORING] Split IMAPServerIDCommandTest by Quan Tran · 2 weeks ago
  23. beb8049 [REFACTORING] Split IMAPServerPlainAuthenticateThenAnotherCommandTest by Quan Tran · 2 weeks ago
  24. f9ea006 [REFACTORING] Split IMAPServerSSLConcurrentConnectionsTest by Quan Tran · 2 weeks ago
  25. c6231bf [REFACTORING] Split IMAPServerQResyncTest by Quan Tran · 2 weeks ago
  26. d884fc3 [REFACTORING] Split IMAPServerSequentialExecutionTest by Quan Tran · 2 weeks ago
  27. 2c188f6 [REFACTORING] Split IMAPServerCondStoreTest by Quan Tran · 2 weeks ago
  28. 156e07c [REFACTORING] Split IMAPServerIdleTest by Quan Tran · 2 weeks ago
  29. 4033dbd [REFACTORING] Split IMAPServerIdleSSLCompressTest by Quan Tran · 2 weeks ago
  30. 68a82b6 [REFACTORING] Split IMAPServerSSLTest by Quan Tran · 2 weeks ago
  31. 0d3b6e6 [REFACTORING] Split IMAPServerIdleSSLTest by Quan Tran · 2 weeks ago
  32. f31793b [REFACTORING] Split IMAPServerSearchTest by Quan Tran · 2 weeks ago
  33. 19c7f40 [REFACTORING] Split IMAPServerOidcTest by Quan Tran · 2 weeks ago
  34. d0e84b4 [REFACTORING] Split IMAPServerAuthenticationRequireSSLTest by Quan Tran · 2 weeks ago
  35. d05b76b [REFACTORING] Split IMAPServerPlainAuthDisallowedSSLTest by Quan Tran · 2 weeks ago
  36. 2ea0341 [REFACTORING] Split IMAPServerPlainAuthDisallowedTest by Quan Tran · 2 weeks ago
  37. 00bf3ec [REFACTORING] Split IMAPServerPlainAuthEnabledWithoutRequireSSLTest by Quan Tran · 2 weeks ago
  38. 6893c64 [REFACTORING] Split IMAPServerPlainAuthDisabledTest by Quan Tran · 2 weeks ago
  39. 20cd0ae [REFACTORING] Split IMAPServerAdminUsersTest by Quan Tran · 2 weeks ago
  40. 1deeab0 [REFACTORING] Split IMAPServerAppendLimitTest by Quan Tran · 2 weeks ago
  41. 9dd0cea [REFACTORING] Split IMAPServerSSLConfigurationTest by Quan Tran · 2 weeks ago
  42. 1c0845c [REFACTORING] Split IMAPServerStartTLSTest by Quan Tran · 2 weeks ago
  43. b491d85 [REFACTORING] Split IMAPServerCompressWithSSLTest by Quan Tran · 2 weeks ago
  44. f452d58 [REFACTORING] Split IMAPServerCompressTest by Quan Tran · 2 weeks ago
  45. 7212994 [REFACTORING] Split IMAPServerProxyProtocolTest by Quan Tran · 2 weeks ago
  46. 7e60f40 [REFACTORING] Split IMAPServerAppendNonSynchronizedLitteralsTest by Quan Tran · 2 weeks ago
  47. 4ac80ea [REFACTORING] Split IMAPServerAppendNoLimitTest by Quan Tran · 2 weeks ago
  48. 0216785 [REFACTORING] Split IMAPServerPartialFetchTest by Quan Tran · 2 weeks ago
  49. f974e55 [REFACTORING] Split IMAPServerConnectionCheckTest by Quan Tran · 2 weeks ago
  50. 0ec3eee [REFACTORING] Introduce IMAP server test base by Quan Tran · 2 weeks ago
  51. 7d802b2 [ENHANCEMENT] Implement negative ACL for JMAP by Benoit TELLIER · 3 weeks ago
  52. b743f69 [UPGRADE] ActiveMQ 6.2.5 -> 6.2.6 to fix numerous CVEs by Benoit TELLIER · 3 weeks ago
  53. 1e70396 [FIX] Quota recomputation should trigger Quotaupdate event (#3054) by Benoit TELLIER · 3 weeks ago
  54. dbaddeb [UPGRADE] Artemis 2.52.0 -> 2.53.0 (CVE-2026-40914) by Benoit TELLIER · 3 weeks ago
  55. bbce4ea [ENHANCEMENT] BlobResolver::validateAccess allow to validate user access to a blobId without fetch the full content (#3051) by Trần Hồng Quân · 3 weeks ago
  56. 690f6b6 fix(imap): use consistens error message in code and test for bad credentials by Felix Auringer · 5 weeks ago
  57. 5529384 refactor(imap): consistent handling of auth failure and success by Felix Auringer · 5 weeks ago
  58. 61f9840 refactor(imap): move oauth methods to its plain auth counterparts by Felix Auringer · 5 weeks ago
  59. 605a2f6 refactor(imap): better names and comments for authentication processors by Felix Auringer · 5 weeks ago
  60. c1b5ddd refactor(imap): fail early if OIDC is disabled by Felix Auringer · 5 weeks ago
  61. b12354b JAMES-4205 Create default mailboxes after OIDC login by Felix Auringer · 5 weeks ago
  62. 00cad5e JAMES-4207 Do not announce capabilities after authentication by Felix Auringer · 5 weeks ago
  63. 4c1f313 JAMES-4206 Don't log stacktrace on every managesieve logout by Felix Auringer · 5 weeks ago
  64. 7bab11c [FIX] MOVE/COPY should not exceed batch size in published events (sam… (#3047) by Benoit TELLIER · 4 weeks ago
  65. e9a217a JAMES-4200 Allow to configure ActiveMQ temp usage and use sain default of 5GB (#3048) by Trần Hồng Quân · 4 weeks ago
  66. 972dcf5 [ENHANCEMENT] Support StartTLS, SSL, Proxy protocol for LMTP (#3043) by Benoit TELLIER · 4 weeks ago
  67. 4226491 Bump org.apache.commons:commons-text from 1.13.1 to 1.15.0 by Rene Cordier · 4 weeks ago
  68. 4de851e Bump org.apache.commons:commons-configuration2 from 2.12.0 to 2.15.0 by dependabot[bot] · 4 weeks ago
  69. 987e2df Upgrade ical4j dependency from 4.1.1 to 4.2.5 by vttran · 5 weeks ago
  70. 5ed9417 JAMES-4204 Add documentation for the force parameter by Rene Cordier · 5 weeks ago
  71. 6e43181 JAMES-4204 Add a force parameter to restore backup webadmin route by Rene Cordier · 5 weeks ago
  72. 3dbd07c JAMES-4204 Restore messages from backup zip file by Rene Cordier · 5 weeks ago
  73. 331116e JAMES-4204 Webadmin endpoint for restore mailbox backup by Rene Cordier · 5 weeks ago
  74. c740825 refactor(docs): completely rewrite docs for IMAP, SMTP, LMTP, ManageSieve, POP3, and TLS by Felix Auringer · 5 weeks ago
  75. 453336f refactor(docs): move docs for OIDC and AbstractConfigurableAsyncServer in own partials by Felix Auringer · 5 weeks ago
  76. 4117384 refactor(docs): remove documentation for extendable server by Felix Auringer · 5 weeks ago
  77. 73cae3e Set up default protection ruleset for default and release branches by The Apache Software Foundation · 5 weeks ago
  78. c3c2d1e [BUILD] MailboxChangesMethodContract: isolate using different users (#3039) by Trần Hồng Quân · 5 weeks ago
  79. 291bce3 [BUILD] MailboxGetMethodContract: isolate using different users (#3038) by Trần Hồng Quân · 5 weeks ago
  80. 861aab6 [ENHANCEMENT] Attribute for forwarded mail (#3036) by Benoit TELLIER · 6 weeks ago
  81. 883c99e [BUILD] Add BASIC_FEATURE tag to rangeFlagsRemovalShouldUpdateStoredFlags by Quan Tran · 6 weeks ago
  82. c82a4b6 [BUILD] PushSubscriptionSetMethodContract: isolate using different users by Quan Tran · 6 weeks ago
  83. 7ab62a3 [BUILD] EmailSetMethodContract: isolate using different users by Quan Tran · 6 weeks ago
  84. d2e1415 ISSUE-4182 Adapt review suggestions by Quan Tran · 6 weeks ago
  85. dfe6a20 JAMES-4182 Add documentation explains blob store design by Quan Tran · 7 weeks ago
  86. a8e10d0 JAMES-4182 Add tests documenting the metadata name format by Quan Tran · 7 weeks ago
  87. 16d599e Bump org.postgresql:postgresql (#3035) by dependabot[bot] · 6 weeks ago
  88. 42e63ec [UPGRADE] Adopt MIME4J 0.8.14 (#3032) by Benoit TELLIER · 7 weeks ago
  89. 0fb42e0 JAMES-4203 Correct memory app bundle by Benoit TELLIER · 7 weeks ago
  90. bbd2df8 JAMES-4203 Scala fix by Benoit TELLIER · 7 weeks ago
  91. 54994e8 JAMES-4203 Fix pre-existing warning in Data JMAP test suite by Benoit TELLIER · 7 weeks ago
  92. 8b7faca JAMES-4203 Plug Ientity events into CustomIdentityDAO by Benoit TELLIER · 7 weeks ago
  93. 85cd124 JAMES-4203 Identity events serialization by Benoit TELLIER · 7 weeks ago
  94. 214c689 JAMES-4203 Add Identity events by Benoit TELLIER · 7 weeks ago
  95. 71e33d9 JAMES-4193 Correct boring ssl tls 1.3 cipher suite sanitizing that led to disabled tls 1.3 (#3029) by Benoit TELLIER · 7 weeks ago
  96. 403ef62 Update download page following MIME4J 0.8.14 (#3031) by Benoit TELLIER · 7 weeks ago
  97. 95be93f Update download page following MIME4J 0.8.14 (#3030) by Benoit TELLIER · 7 weeks ago
  98. 60f73aa Blog post for MIME4J 0.8.14 (#3020) by Benoit TELLIER · 7 weeks ago
  99. 6b45c01 JAMES-4182 content-transfer-encoding -> content-encoding header by Quan Tran · 8 weeks ago
  100. 6c2283c [UPGRADE] RSpamD 3.12.0 -> 3.14.3 + kvrocks 2.12.1 -> 2.15.0 (#3027) by Benoit TELLIER · 8 weeks ago