You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [james-project] Arsnael commented on pull request #717: WIP JAMES-3539 PushSubscription/set create - posted by GitBox <gi...@apache.org> on 2021/11/01 02:41:42 UTC, 0 replies.
- [GitHub] [james-project] Arsnael edited a comment on pull request #717: WIP JAMES-3539 PushSubscription/set create - posted by GitBox <gi...@apache.org> on 2021/11/01 02:41:55 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on pull request #722: JAMES-3539 WIP PushSubscription/set create - posted by GitBox <gi...@apache.org> on 2021/11/01 03:11:55 UTC, 1 replies.
- [GitHub] [james-project] ducnm0711 commented on a change in pull request #718: JAMES-3665 - Add Kubernetes support document - posted by GitBox <gi...@apache.org> on 2021/11/01 03:12:09 UTC, 8 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #718: JAMES-3665 - Add Kubernetes support document - posted by GitBox <gi...@apache.org> on 2021/11/01 03:59:46 UTC, 2 replies.
- [GitHub] [james-project] chibenwa commented on pull request #717: WIP JAMES-3539 PushSubscription/set create - posted by GitBox <gi...@apache.org> on 2021/11/01 04:01:20 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on pull request #718: JAMES-3665 - Add Kubernetes support document - posted by GitBox <gi...@apache.org> on 2021/11/01 04:01:44 UTC, 0 replies.
- [GitHub] [james-project] Arsnael edited a comment on pull request #718: JAMES-3665 - Add Kubernetes support document - posted by GitBox <gi...@apache.org> on 2021/11/01 04:02:17 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #718: JAMES-3665 - Add Kubernetes support document - posted by GitBox <gi...@apache.org> on 2021/11/01 04:05:46 UTC, 20 replies.
- [GitHub] [james-project] Arsnael commented on pull request #721: JAMES-3539 Polish WebPushClient configuration - posted by GitBox <gi...@apache.org> on 2021/11/01 04:08:44 UTC, 0 replies.
- [GitHub] [james-project] ducnm0711 commented on pull request #718: JAMES-3665 - Add Kubernetes support document - posted by GitBox <gi...@apache.org> on 2021/11/01 04:17:56 UTC, 4 replies.
- [james-project] branch master updated (3bc056c -> 7a8335f) - posted by rc...@apache.org on 2021/11/01 04:20:45 UTC, 0 replies.
- [james-project] 01/08: JAMES-3539 Avoid _ in package name: s/push_subscription/pushsubscription/ - posted by rc...@apache.org on 2021/11/01 04:20:46 UTC, 0 replies.
- [james-project] 02/08: JAMES-3539 Define PushTTL.MAX constant - posted by rc...@apache.org on 2021/11/01 04:20:47 UTC, 0 replies.
- [james-project] 03/08: JAMES-3539 PushRequest topic and urgency should be optional - posted by rc...@apache.org on 2021/11/01 04:20:48 UTC, 0 replies.
- [james-project] 04/08: JAMES-3539 Implement PushListener - posted by rc...@apache.org on 2021/11/01 04:20:49 UTC, 0 replies.
- [james-project] 05/08: JAMES-3539 WebPush client should allow specifying ContentCoding - posted by rc...@apache.org on 2021/11/01 04:20:50 UTC, 0 replies.
- [james-project] 06/08: JAMES-3539 Allow web push encryption - posted by rc...@apache.org on 2021/11/01 04:20:51 UTC, 0 replies.
- [james-project] 07/08: JAMES-3539 PushListener should encrypt payloads if required - posted by rc...@apache.org on 2021/11/01 04:20:52 UTC, 0 replies.
- [james-project] 08/08: JAMES-3539 Fix WebPushClient - posted by rc...@apache.org on 2021/11/01 04:20:53 UTC, 0 replies.
- [GitHub] [james-project] Arsnael merged pull request #714: JAMES-3539 Implement PushListener - posted by GitBox <gi...@apache.org> on 2021/11/01 04:20:55 UTC, 0 replies.
- [james-project] branch master updated (7a8335f -> 5eb8a9c) - posted by rc...@apache.org on 2021/11/01 04:33:20 UTC, 0 replies.
- [james-project] 01/05: JAMES-3539 Cassandra implement for PushSubscriptionRepository - posted by rc...@apache.org on 2021/11/01 04:33:21 UTC, 0 replies.
- [james-project] 02/05: JAMES-3539 Move TypeStateFactory to data-jmap - posted by rc...@apache.org on 2021/11/01 04:33:22 UTC, 0 replies.
- [james-project] 03/05: JAMES-3539 MemoryPushSubscriptionRepository should handle InvalidPushSubscriptionKeys error - posted by rc...@apache.org on 2021/11/01 04:33:23 UTC, 0 replies.
- [james-project] 04/05: JAMES-3539 Introduce PushSubscriptionHelpers to avoid duplicated code - posted by rc...@apache.org on 2021/11/01 04:33:24 UTC, 0 replies.
- [james-project] 05/05: JAMES-3539 MemoryPushSubscriptionRepository should leverage PushSubscriptionHelpers - posted by rc...@apache.org on 2021/11/01 04:33:25 UTC, 0 replies.
- [GitHub] [james-project] Arsnael merged pull request #713: JAMES-3539 Cassandra implement for PushSubscriptionRepository - posted by GitBox <gi...@apache.org> on 2021/11/01 04:33:27 UTC, 0 replies.
- [GitHub] [james-project] Arsnael edited a comment on pull request #722: JAMES-3539 WIP PushSubscription/set create - posted by GitBox <gi...@apache.org> on 2021/11/01 04:33:50 UTC, 0 replies.
- [james-project] branch master updated (5eb8a9c -> 9b715d4) - posted by bt...@apache.org on 2021/11/01 04:43:49 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #719: [PERFORMANCE] Limit context switches - posted by GitBox <gi...@apache.org> on 2021/11/01 04:43:53 UTC, 0 replies.
- [james-project] branch master updated: JAMES-3539 Fix PushListenerTest after breaking merge on master branch - posted by bt...@apache.org on 2021/11/01 06:48:55 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #723: JAMES-3539 Fix PushListenerTest after breaking merge on master branch - posted by GitBox <gi...@apache.org> on 2021/11/01 06:49:09 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on pull request #722: JAMES-3539 PushSubscription/set create - posted by GitBox <gi...@apache.org> on 2021/11/01 07:02:34 UTC, 0 replies.
- [james-project] branch master updated (3e72483 -> 4d4d10a) - posted by bt...@apache.org on 2021/11/01 10:15:28 UTC, 0 replies.
- [james-project] 01/02: JAMES-3539 PushListener should set urgency - posted by bt...@apache.org on 2021/11/01 10:15:29 UTC, 0 replies.
- [james-project] 02/02: JAMES-3539 PushListener should set topic - posted by bt...@apache.org on 2021/11/01 10:15:30 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #720: JAMES-3539 PushListener should set urgency and topic - posted by GitBox <gi...@apache.org> on 2021/11/01 10:15:34 UTC, 0 replies.
- [james-site] branch asf-staging updated: Site checkin for project Apache James: Jenkins Tools - posted by gi...@apache.org on 2021/11/01 11:20:00 UTC, 28 replies.
- [james-project] branch master updated (4d4d10a -> 39a09dd) - posted by bt...@apache.org on 2021/11/01 12:34:24 UTC, 0 replies.
- [james-project] 01/03: JAMES-3539 PushSubscription/set create - posted by bt...@apache.org on 2021/11/01 12:34:25 UTC, 0 replies.
- [james-project] 02/03: JAMES-3539 MethodWithoutAccountId - posted by bt...@apache.org on 2021/11/01 12:34:26 UTC, 0 replies.
- [james-project] 03/03: JAMES-3539 Guice bindings for CassandraPushSubscriptionRepository in Cassandra modules - posted by bt...@apache.org on 2021/11/01 12:34:27 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #722: JAMES-3539 PushSubscription/set create - posted by GitBox <gi...@apache.org> on 2021/11/01 12:34:30 UTC, 0 replies.
- [james-project] branch master updated (39a09dd -> 7983bbc) - posted by rc...@apache.org on 2021/11/02 03:05:24 UTC, 0 replies.
- [GitHub] [james-project] Arsnael merged pull request #721: JAMES-3539 Polish WebPushClient configuration - posted by GitBox <gi...@apache.org> on 2021/11/02 03:05:26 UTC, 2 replies.
- [GitHub] [james-project] chibenwa commented on pull request #718: JAMES-3665 - Add Kubernetes support document - posted by GitBox <gi...@apache.org> on 2021/11/02 03:53:07 UTC, 4 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #716: JAMES-3539 PushSubscriptionSetCreateProcessor - pushVerification - posted by GitBox <gi...@apache.org> on 2021/11/02 04:59:16 UTC, 5 replies.
- [GitHub] [james-project] quantranhong1999 opened a new pull request #727: JAMES-3539 PushSubscription/set update expires - posted by GitBox <gi...@apache.org> on 2021/11/02 05:29:08 UTC, 2 replies.
- [james-project] branch master updated: JAMES-3539 PushSubscription/set update verification code - posted by bt...@apache.org on 2021/11/02 06:31:35 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #724: JAMES-3539 PushSubscription/set update verification code - posted by GitBox <gi...@apache.org> on 2021/11/02 06:31:45 UTC, 2 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #716: JAMES-3539 PushSubscriptionSetCreateProcessor - pushVerification - posted by GitBox <gi...@apache.org> on 2021/11/02 06:37:50 UTC, 5 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #727: JAMES-3539 PushSubscription/set update expires - posted by GitBox <gi...@apache.org> on 2021/11/02 06:38:54 UTC, 8 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #711: JAMES-3539 - WebPushClient - posted by GitBox <gi...@apache.org> on 2021/11/02 09:17:11 UTC, 2 replies.
- [GitHub] [james-project] ottoka opened a new pull request #730: JAMES-3666 Fix DSNBounce exception when no Date header is present - posted by GitBox <gi...@apache.org> on 2021/11/02 09:30:16 UTC, 2 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #725: JAMES-3539 PushSubscription/set update types - posted by GitBox <gi...@apache.org> on 2021/11/02 10:24:26 UTC, 5 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #728: JAMES-3539 Implement PushSubscription/get - posted by GitBox <gi...@apache.org> on 2021/11/02 10:33:44 UTC, 2 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #726: JAMES-3539 Add PushSubscription set/destroy method - posted by GitBox <gi...@apache.org> on 2021/11/02 10:44:51 UTC, 2 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #725: JAMES-3539 PushSubscription/set update types - posted by GitBox <gi...@apache.org> on 2021/11/02 10:51:29 UTC, 2 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #726: JAMES-3539 Add PushSubscription set/destroy method - posted by GitBox <gi...@apache.org> on 2021/11/02 10:54:58 UTC, 8 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #728: JAMES-3539 Implement PushSubscription/get - posted by GitBox <gi...@apache.org> on 2021/11/02 10:57:12 UTC, 7 replies.
- [GitHub] [james-project] Arsnael commented on pull request #716: JAMES-3539 PushSubscriptionSetCreateProcessor - pushVerification - posted by GitBox <gi...@apache.org> on 2021/11/02 10:57:15 UTC, 2 replies.
- [GitHub] [james-project] grault opened a new pull request #731: documenting mock smtp server http endpoints - posted by GitBox <gi...@apache.org> on 2021/11/02 10:57:29 UTC, 2 replies.
- [GitHub] [james-project] chibenwa merged pull request #716: JAMES-3539 PushSubscriptionSetCreateProcessor - pushVerification - posted by GitBox <gi...@apache.org> on 2021/11/02 11:00:54 UTC, 2 replies.
- [james-project] branch master updated (23dc9c2 -> 8830dfd) - posted by bt...@apache.org on 2021/11/02 11:01:49 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #726: JAMES-3539 Add PushSubscription set/destroy method - posted by GitBox <gi...@apache.org> on 2021/11/02 11:01:52 UTC, 7 replies.
- [GitHub] [james-project] grault commented on pull request #731: documenting mock smtp server http endpoints - posted by GitBox <gi...@apache.org> on 2021/11/02 11:07:58 UTC, 7 replies.
- [GitHub] [james-project] chibenwa commented on pull request #731: documenting mock smtp server http endpoints - posted by GitBox <gi...@apache.org> on 2021/11/02 11:12:52 UTC, 6 replies.
- [GitHub] [james-project] ottoka commented on pull request #718: JAMES-3665 - Add Kubernetes support document - posted by GitBox <gi...@apache.org> on 2021/11/02 11:34:30 UTC, 2 replies.
- [GitHub] [james-project] ottoka edited a comment on pull request #718: JAMES-3665 - Add Kubernetes support document - posted by GitBox <gi...@apache.org> on 2021/11/02 11:35:01 UTC, 2 replies.
- [GitHub] [james-project] chibenwa commented on pull request #725: JAMES-3539 PushSubscription/set update types - posted by GitBox <gi...@apache.org> on 2021/11/02 12:39:44 UTC, 2 replies.
- [GitHub] [james-project] chibenwa merged pull request #732: JAMES-3539 JmapRfc8621Configuration: avoid implicit Integer => Int co… - posted by GitBox <gi...@apache.org> on 2021/11/03 02:28:12 UTC, 3 replies.
- [GitHub] [james-project] chibenwa opened a new pull request #732: JAMES-3539 JmapRfc8621Configuration: avoid implicit Integer => Int co… - posted by GitBox <gi...@apache.org> on 2021/11/03 02:28:15 UTC, 2 replies.
- [james-project] branch master updated: JAMES-3539 JmapRfc8621Configuration: avoid implicit Integer => Int conversion (#732) - posted by bt...@apache.org on 2021/11/03 02:28:43 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #726: JAMES-3539 Add PushSubscription set/destroy method - posted by GitBox <gi...@apache.org> on 2021/11/03 02:31:25 UTC, 3 replies.
- [james-project] branch master updated: documenting mock smtp server http endpoints (#731) - posted by bt...@apache.org on 2021/11/03 02:58:24 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #731: documenting mock smtp server http endpoints - posted by GitBox <gi...@apache.org> on 2021/11/03 02:58:36 UTC, 3 replies.
- [GitHub] [james-project] Arsnael commented on pull request #726: JAMES-3539 Add PushSubscription set/destroy method - posted by GitBox <gi...@apache.org> on 2021/11/03 03:41:23 UTC, 3 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #728: JAMES-3539 Implement PushSubscription/get - posted by GitBox <gi...@apache.org> on 2021/11/03 03:58:37 UTC, 5 replies.
- [GitHub] [james-project] Arsnael commented on pull request #730: JAMES-3666 Fix DSNBounce exception when no Date header is present - posted by GitBox <gi...@apache.org> on 2021/11/03 04:10:34 UTC, 2 replies.
- [GitHub] [james-project] chibenwa commented on pull request #730: JAMES-3666 Fix DSNBounce exception when no Date header is present - posted by GitBox <gi...@apache.org> on 2021/11/03 05:01:52 UTC, 3 replies.
- [GitHub] [james-project] chibenwa opened a new pull request #734: JAMES-3539 Fix a dependency conflict - posted by GitBox <gi...@apache.org> on 2021/11/03 08:35:07 UTC, 2 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #734: JAMES-3539 Fix a dependency conflict - posted by GitBox <gi...@apache.org> on 2021/11/03 08:36:27 UTC, 5 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #734: JAMES-3539 Fix a dependency conflict - posted by GitBox <gi...@apache.org> on 2021/11/03 09:18:01 UTC, 2 replies.
- [GitHub] [james-project] vttranlina opened a new pull request #736: JAMES-3539 JMAP webpush integration test - posted by GitBox <gi...@apache.org> on 2021/11/03 10:54:43 UTC, 2 replies.
- [GitHub] [james-project] vttranlina commented on pull request #736: JAMES-3539 JMAP webpush integration test - posted by GitBox <gi...@apache.org> on 2021/11/03 10:56:49 UTC, 3 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #736: JAMES-3539 JMAP webpush integration test - posted by GitBox <gi...@apache.org> on 2021/11/04 02:44:35 UTC, 9 replies.
- [james-project] branch master updated (3608f63 -> 83fa5a4) - posted by bt...@apache.org on 2021/11/04 04:10:51 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #734: JAMES-3539 Fix a dependency conflict - posted by GitBox <gi...@apache.org> on 2021/11/04 04:10:54 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #734: JAMES-3539 Fix a dependency conflict - posted by GitBox <gi...@apache.org> on 2021/11/04 04:10:58 UTC, 0 replies.
- [james-project] branch master updated (83fa5a4 -> 6e0f603) - posted by bt...@apache.org on 2021/11/04 04:11:01 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #733: Mock SMTP version 0.5 - posted by GitBox <gi...@apache.org> on 2021/11/04 04:11:12 UTC, 0 replies.
- [james-project] branch master updated: JAMES-3665 - Add Kubernetes support document (#718) - posted by bt...@apache.org on 2021/11/04 04:11:27 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #718: JAMES-3665 - Add Kubernetes support document - posted by GitBox <gi...@apache.org> on 2021/11/04 04:11:32 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #736: JAMES-3539 JMAP webpush integration test - posted by GitBox <gi...@apache.org> on 2021/11/04 05:43:28 UTC, 3 replies.
- [GitHub] [james-project] quantranhong1999 commented on a change in pull request #726: JAMES-3539 Add PushSubscription set/destroy method - posted by GitBox <gi...@apache.org> on 2021/11/04 08:15:48 UTC, 0 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #736: JAMES-3539 JMAP webpush integration test - posted by GitBox <gi...@apache.org> on 2021/11/04 08:19:59 UTC, 5 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #736: JAMES-3539 JMAP webpush integration test - posted by GitBox <gi...@apache.org> on 2021/11/04 08:58:53 UTC, 0 replies.
- [GitHub] [james-project] quantranhong1999 commented on a change in pull request #728: JAMES-3539 Implement PushSubscription/get - posted by GitBox <gi...@apache.org> on 2021/11/04 09:01:47 UTC, 1 replies.
- [james-project] branch master updated: JAMES-3539 PushSubscription/set create should validate encryption keys - posted by rc...@apache.org on 2021/11/04 09:52:17 UTC, 0 replies.
- [GitHub] [james-project] Arsnael merged pull request #729: JAMES-3539 PushSubscription/set create should validate encryption keys - posted by GitBox <gi...@apache.org> on 2021/11/04 09:52:24 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on pull request #727: JAMES-3539 PushSubscription/set update expires - posted by GitBox <gi...@apache.org> on 2021/11/04 09:54:15 UTC, 2 replies.
- [GitHub] [james-project] Arsnael commented on pull request #725: JAMES-3539 PushSubscription/set update types - posted by GitBox <gi...@apache.org> on 2021/11/04 10:04:18 UTC, 0 replies.
- [GitHub] [james-project] quantranhong1999 commented on pull request #727: JAMES-3539 PushSubscription/set update expires - posted by GitBox <gi...@apache.org> on 2021/11/04 10:20:36 UTC, 2 replies.
- [GitHub] [james-project] quantranhong1999 edited a comment on pull request #727: JAMES-3539 PushSubscription/set update expires - posted by GitBox <gi...@apache.org> on 2021/11/04 10:30:35 UTC, 1 replies.
- [james-project] branch master updated: JAMES-3539 Push crypto keys should be base64 URL encoded (#737) - posted by bt...@apache.org on 2021/11/04 14:20:33 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #737: JAMES-3539 Push crypto keys should be base64 URL encoded - posted by GitBox <gi...@apache.org> on 2021/11/04 14:20:44 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #726: JAMES-3539 Add PushSubscription set/destroy method - posted by GitBox <gi...@apache.org> on 2021/11/05 02:49:24 UTC, 2 replies.
- [james-project] branch master updated (2513e8b -> bb025c4) - posted by bt...@apache.org on 2021/11/05 02:49:38 UTC, 0 replies.
- [james-project] branch master updated: JAMES-3666 Fix DSNBounce exception when no Date header is present - posted by bt...@apache.org on 2021/11/05 02:49:45 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #730: JAMES-3666 Fix DSNBounce exception when no Date header is present - posted by GitBox <gi...@apache.org> on 2021/11/05 02:49:58 UTC, 2 replies.
- [GitHub] [james-project] chibenwa merged pull request #735: JAMES-3539 Document JMAP RFC-8620 PushSubscription support - posted by GitBox <gi...@apache.org> on 2021/11/05 02:50:22 UTC, 2 replies.
- [james-project] branch master updated (8368912 -> d0cac91) - posted by bt...@apache.org on 2021/11/05 02:51:03 UTC, 0 replies.
- [james-project] branch master updated: JAMES-3539 PushSubscription/set update types (#725) - posted by bt...@apache.org on 2021/11/05 09:40:07 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #725: JAMES-3539 PushSubscription/set update types - posted by GitBox <gi...@apache.org> on 2021/11/05 09:40:16 UTC, 2 replies.
- [GitHub] [james-project] chibenwa merged pull request #728: JAMES-3539 Implement PushSubscription/get - posted by GitBox <gi...@apache.org> on 2021/11/05 14:08:52 UTC, 1 replies.
- [james-project] branch master updated (a1e9530 -> 7de3776) - posted by bt...@apache.org on 2021/11/05 14:09:12 UTC, 0 replies.
- [james-project] branch master updated: JAMES-3539 JMAP webpush integration test (#736) - posted by bt...@apache.org on 2021/11/08 01:54:07 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #736: JAMES-3539 JMAP webpush integration test - posted by GitBox <gi...@apache.org> on 2021/11/08 01:54:15 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #727: JAMES-3539 PushSubscription/set update expires - posted by GitBox <gi...@apache.org> on 2021/11/08 01:54:28 UTC, 0 replies.
- [GitHub] [james-project] vttranlina commented on pull request #727: JAMES-3539 PushSubscription/set update expires - posted by GitBox <gi...@apache.org> on 2021/11/09 02:13:52 UTC, 1 replies.
- [GitHub] [james-project] vttranlina opened a new pull request #738: JAMES-3600 Fix check Content-Length when ProvisioningTest - posted by GitBox <gi...@apache.org> on 2021/11/09 04:40:38 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #738: JAMES-3600 Fix check Content-Length when ProvisioningTest - posted by GitBox <gi...@apache.org> on 2021/11/09 05:16:16 UTC, 0 replies.
- [james-project] branch master updated: JAMES-3600 Fix check Content-Length when ProvisioningTest (#738) - posted by bt...@apache.org on 2021/11/09 13:50:17 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #738: JAMES-3600 Fix check Content-Length when ProvisioningTest - posted by GitBox <gi...@apache.org> on 2021/11/09 13:50:26 UTC, 0 replies.
- [GitHub] [james-project] chibenwa opened a new pull request #739: JAMES-3534 API, Memory & contract test for identity storage - posted by GitBox <gi...@apache.org> on 2021/11/10 07:54:17 UTC, 0 replies.
- [james-project] branch master updated (75256a2 -> b114f1f) - posted by bt...@apache.org on 2021/11/10 07:54:57 UTC, 0 replies.
- [james-project] 01/02: JAMES-3539 Add PushSubscription/set update expires method - posted by bt...@apache.org on 2021/11/10 07:54:58 UTC, 0 replies.
- [james-project] 02/02: JAMES-3539 PushSubscriptionRepository::updateExpireTime should return PushSubscriptionExpiredTime - posted by bt...@apache.org on 2021/11/10 07:54:59 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #727: JAMES-3539 PushSubscription/set update expires - posted by GitBox <gi...@apache.org> on 2021/11/10 07:55:00 UTC, 0 replies.
- [GitHub] [james-project] ottoka opened a new pull request #741: Add a WebAdmin route for verifying a user password. - posted by GitBox <gi...@apache.org> on 2021/11/10 13:12:59 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #741: Add a WebAdmin route for verifying a user password. - posted by GitBox <gi...@apache.org> on 2021/11/10 13:29:19 UTC, 1 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #741: Add a WebAdmin route for verifying a user password. - posted by GitBox <gi...@apache.org> on 2021/11/10 13:32:11 UTC, 0 replies.
- [GitHub] [james-project] ottoka commented on a change in pull request #741: Add a WebAdmin route for verifying a user password. - posted by GitBox <gi...@apache.org> on 2021/11/10 13:33:08 UTC, 1 replies.
- [GitHub] [james-project] ottoka commented on pull request #741: Add a WebAdmin route for verifying a user password. - posted by GitBox <gi...@apache.org> on 2021/11/10 15:56:14 UTC, 1 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #741: JAMES-3667 Add a WebAdmin route for verifying a user password. - posted by GitBox <gi...@apache.org> on 2021/11/11 02:30:39 UTC, 0 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #739: JAMES-3534 API, Memory & contract test for identity storage - posted by GitBox <gi...@apache.org> on 2021/11/11 04:15:53 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #739: JAMES-3534 API, Memory & contract test for identity storage - posted by GitBox <gi...@apache.org> on 2021/11/11 04:24:47 UTC, 4 replies.
- [GitHub] [james-project] quantranhong1999 commented on a change in pull request #739: JAMES-3534 API, Memory & contract test for identity storage - posted by GitBox <gi...@apache.org> on 2021/11/11 04:35:32 UTC, 6 replies.
- [GitHub] [james-project] ottoka commented on a change in pull request #741: JAMES-3667 Add a WebAdmin route for verifying a user password. - posted by GitBox <gi...@apache.org> on 2021/11/11 08:36:58 UTC, 2 replies.
- [GitHub] [james-project] ottoka edited a comment on pull request #741: JAMES-3667 Add a WebAdmin route for verifying a user password. - posted by GitBox <gi...@apache.org> on 2021/11/11 08:43:40 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on pull request #743: JAMES-2557 Sieve should cleanup email after sending them - posted by GitBox <gi...@apache.org> on 2021/11/11 09:50:22 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #743: JAMES-2557 Sieve should cleanup email after sending them - posted by GitBox <gi...@apache.org> on 2021/11/11 09:57:06 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #741: JAMES-3667 Add a WebAdmin route for verifying a user password. - posted by GitBox <gi...@apache.org> on 2021/11/11 10:00:55 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #739: JAMES-3534 API, Memory & contract test for identity storage - posted by GitBox <gi...@apache.org> on 2021/11/11 10:28:14 UTC, 0 replies.
- [GitHub] [james-project] ottoka opened a new pull request #744: JAMES-3668 Extra system properties from configuration file - posted by GitBox <gi...@apache.org> on 2021/11/11 12:23:49 UTC, 0 replies.
- [GitHub] [james-project] ottoka commented on pull request #744: JAMES-3668 Extra system properties from configuration file - posted by GitBox <gi...@apache.org> on 2021/11/11 12:56:34 UTC, 1 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #744: JAMES-3668 Extra system properties from configuration file - posted by GitBox <gi...@apache.org> on 2021/11/12 01:59:49 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #745: JAMES-2734 Document Sieve and ManageSieve - posted by GitBox <gi...@apache.org> on 2021/11/12 03:35:22 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #745: JAMES-2734 Document Sieve and ManageSieve - posted by GitBox <gi...@apache.org> on 2021/11/12 03:36:17 UTC, 1 replies.
- [GitHub] [james-project] ottoka commented on a change in pull request #744: JAMES-3668 Extra system properties from configuration file - posted by GitBox <gi...@apache.org> on 2021/11/12 07:19:50 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #741: JAMES-3667 Add a WebAdmin route for verifying a user password. - posted by GitBox <gi...@apache.org> on 2021/11/12 07:32:51 UTC, 0 replies.
- [james-project] branch master updated: JAMES-1618 Fix manage sieve implementation and test it with Thunderbird (#742) - posted by bt...@apache.org on 2021/11/12 07:40:37 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #742: JAMES-1618 Fix manage sieve implementation and test it with Thunderbird - posted by GitBox <gi...@apache.org> on 2021/11/12 07:40:41 UTC, 0 replies.
- [james-project] branch master updated (00fcf38 -> d892e4f) - posted by bt...@apache.org on 2021/11/12 07:40:57 UTC, 0 replies.
- [james-project] branch master updated (d892e4f -> b5af45f) - posted by bt...@apache.org on 2021/11/12 07:41:02 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #743: JAMES-2557 Sieve should cleanup email after sending them - posted by GitBox <gi...@apache.org> on 2021/11/12 07:41:04 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #745: JAMES-2734 Document Sieve and ManageSieve - posted by GitBox <gi...@apache.org> on 2021/11/12 07:41:05 UTC, 0 replies.
- [james-project] branch master updated: Video link for James joining ApacheCON 2021 (#663) (#740) - posted by bt...@apache.org on 2021/11/12 07:41:11 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #740: Video link for James joining ApacheCON 2021 (#663) - posted by GitBox <gi...@apache.org> on 2021/11/12 07:41:18 UTC, 0 replies.
- [james-site] branch asf-site updated: Document Sieve - posted by bt...@apache.org on 2021/11/12 08:22:14 UTC, 1 replies.
- [GitHub] [james-project] ottoka opened a new pull request #746: JAMES-3669 Delay on authentication failure - posted by GitBox <gi...@apache.org> on 2021/11/12 08:22:52 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #746: JAMES-3669 Delay on authentication failure - posted by GitBox <gi...@apache.org> on 2021/11/12 08:33:29 UTC, 1 replies.
- [GitHub] [james-project] ottoka commented on a change in pull request #746: JAMES-3669 Delay on authentication failure - posted by GitBox <gi...@apache.org> on 2021/11/12 08:44:34 UTC, 2 replies.
- [GitHub] [james-project] quantranhong1999 opened a new pull request #747: JAMES-3534 Cassandra implementation for CustomIdentityDAO - posted by GitBox <gi...@apache.org> on 2021/11/15 08:53:02 UTC, 0 replies.
- [GitHub] [james-project] ottoka opened a new pull request #748: JAMES-3670 : Configurable restore location for deleted messages - posted by GitBox <gi...@apache.org> on 2021/11/15 10:16:43 UTC, 0 replies.
- [GitHub] [james-project] ottoka opened a new pull request #749: JAMES-3671 : Glowroot instrumentation for POP3 protocol - posted by GitBox <gi...@apache.org> on 2021/11/15 11:10:21 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #748: JAMES-3670 : Configurable restore location for deleted messages - posted by GitBox <gi...@apache.org> on 2021/11/15 12:52:29 UTC, 1 replies.
- [GitHub] [james-project] chibenwa commented on pull request #748: JAMES-3670 : Configurable restore location for deleted messages - posted by GitBox <gi...@apache.org> on 2021/11/15 12:53:52 UTC, 0 replies.
- [GitHub] [james-project] ottoka commented on a change in pull request #748: JAMES-3670 : Configurable restore location for deleted messages - posted by GitBox <gi...@apache.org> on 2021/11/15 12:58:03 UTC, 3 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #747: JAMES-3534 Cassandra implementation for CustomIdentityDAO - posted by GitBox <gi...@apache.org> on 2021/11/15 13:09:49 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #749: JAMES-3671 : Glowroot instrumentation for POP3 protocol - posted by GitBox <gi...@apache.org> on 2021/11/15 13:17:56 UTC, 0 replies.
- [GitHub] [james-project] ottoka commented on a change in pull request #749: JAMES-3671 : Glowroot instrumentation for POP3 protocol - posted by GitBox <gi...@apache.org> on 2021/11/15 13:23:36 UTC, 1 replies.
- [james-project] branch master updated (671e65a -> 86269d4) - posted by bt...@apache.org on 2021/11/15 13:47:34 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #746: JAMES-3669 Delay on authentication failure - posted by GitBox <gi...@apache.org> on 2021/11/15 13:47:39 UTC, 0 replies.
- [james-project] branch master updated (86269d4 -> 8a65e41) - posted by bt...@apache.org on 2021/11/15 13:47:45 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #744: JAMES-3668 Extra system properties from configuration file - posted by GitBox <gi...@apache.org> on 2021/11/15 13:47:57 UTC, 0 replies.
- [james-project] branch master updated (8a65e41 -> 35a5bf7) - posted by bt...@apache.org on 2021/11/15 13:48:00 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #741: JAMES-3667 Add a WebAdmin route for verifying a user password. - posted by GitBox <gi...@apache.org> on 2021/11/15 13:48:10 UTC, 0 replies.
- [james-project] branch master updated (35a5bf7 -> 579efa5) - posted by bt...@apache.org on 2021/11/15 13:48:25 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #739: JAMES-3534 API, Memory & contract test for identity storage - posted by GitBox <gi...@apache.org> on 2021/11/15 13:48:32 UTC, 0 replies.
- [GitHub] [james-project] ottoka opened a new pull request #750: JAMES-3672 : Support TLS authentication via client certificate - posted by GitBox <gi...@apache.org> on 2021/11/16 09:59:23 UTC, 0 replies.
- [GitHub] [james-project] ottoka commented on pull request #750: JAMES-3672 : Support TLS authentication via client certificate - posted by GitBox <gi...@apache.org> on 2021/11/16 10:03:43 UTC, 7 replies.
- [GitHub] [james-project] ottoka edited a comment on pull request #750: JAMES-3672 : Support TLS authentication via client certificate - posted by GitBox <gi...@apache.org> on 2021/11/16 10:04:06 UTC, 4 replies.
- [GitHub] [james-project] ottoka opened a new pull request #751: JAMES-3673 : Separate trust store for S3 - posted by GitBox <gi...@apache.org> on 2021/11/16 14:26:52 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #752: JAMES-3534 Implement Identity/set create - posted by GitBox <gi...@apache.org> on 2021/11/17 09:12:54 UTC, 3 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #750: JAMES-3672 : Support TLS authentication via client certificate - posted by GitBox <gi...@apache.org> on 2021/11/17 09:26:09 UTC, 8 replies.
- [GitHub] [james-project] ottoka commented on a change in pull request #750: JAMES-3672 : Support TLS authentication via client certificate - posted by GitBox <gi...@apache.org> on 2021/11/17 10:02:48 UTC, 16 replies.
- [GitHub] [james-project] quantranhong1999 commented on a change in pull request #752: JAMES-3534 Implement Identity/set create - posted by GitBox <gi...@apache.org> on 2021/11/17 10:58:36 UTC, 1 replies.
- [GitHub] [james-project] chibenwa commented on pull request #750: JAMES-3672 : Support TLS authentication via client certificate - posted by GitBox <gi...@apache.org> on 2021/11/17 12:34:00 UTC, 3 replies.
- [GitHub] [james-project] ottoka opened a new pull request #753: JAMES-3674 : Support password salting and hash scheme upgrading - posted by GitBox <gi...@apache.org> on 2021/11/17 17:34:55 UTC, 0 replies.
- [james-project] branch master updated (579efa5 -> 3fbbf20) - posted by rc...@apache.org on 2021/11/18 03:23:33 UTC, 0 replies.
- [GitHub] [james-project] Arsnael merged pull request #747: JAMES-3534 Cassandra implementation for CustomIdentityDAO - posted by GitBox <gi...@apache.org> on 2021/11/18 03:23:35 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #751: JAMES-3673 : Separate trust store for S3 - posted by GitBox <gi...@apache.org> on 2021/11/18 03:39:50 UTC, 0 replies.
- [james-project] branch master updated: JAMES-3670 : Configurable restore location for messages from the Deleted Messages Vault - posted by rc...@apache.org on 2021/11/18 03:46:01 UTC, 0 replies.
- [GitHub] [james-project] Arsnael merged pull request #748: JAMES-3670 : Configurable restore location for deleted messages - posted by GitBox <gi...@apache.org> on 2021/11/18 03:46:08 UTC, 0 replies.
- [james-project] branch master updated: JAMES-3671 : Added glowroot instrumentation for POP3 protocol - posted by rc...@apache.org on 2021/11/18 03:51:17 UTC, 0 replies.
- [GitHub] [james-project] Arsnael merged pull request #749: JAMES-3671 : Glowroot instrumentation for POP3 protocol - posted by GitBox <gi...@apache.org> on 2021/11/18 03:51:21 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #750: JAMES-3672 : Support TLS authentication via client certificate - posted by GitBox <gi...@apache.org> on 2021/11/18 04:05:43 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #753: JAMES-3674 : Support password salting and hash scheme upgrading - posted by GitBox <gi...@apache.org> on 2021/11/18 07:30:40 UTC, 2 replies.
- [GitHub] [james-project] ottoka commented on a change in pull request #753: JAMES-3674 : Support password salting and hash scheme upgrading - posted by GitBox <gi...@apache.org> on 2021/11/18 07:42:56 UTC, 25 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #753: JAMES-3674 : Support password salting and hash scheme upgrading - posted by GitBox <gi...@apache.org> on 2021/11/18 08:24:22 UTC, 3 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #753: JAMES-3674 : Support password salting and hash scheme upgrading - posted by GitBox <gi...@apache.org> on 2021/11/18 13:51:22 UTC, 4 replies.
- [GitHub] [james-project] chibenwa commented on pull request #753: JAMES-3674 : Support password salting and hash scheme upgrading - posted by GitBox <gi...@apache.org> on 2021/11/18 13:53:48 UTC, 0 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #752: JAMES-3534 Implement Identity/set create - posted by GitBox <gi...@apache.org> on 2021/11/19 04:09:45 UTC, 0 replies.
- [GitHub] [james-project] vttranlina opened a new pull request #754: JAMES-3534 Implement Identity/set update (custom identities) - posted by GitBox <gi...@apache.org> on 2021/11/19 07:27:29 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #754: JAMES-3534 Implement Identity/set update (custom identities) - posted by GitBox <gi...@apache.org> on 2021/11/22 02:45:14 UTC, 0 replies.
- [james-project] branch master updated: JAMES-3673 : Separate trust store for S3 (#751) - posted by bt...@apache.org on 2021/11/22 06:38:13 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #751: JAMES-3673 : Separate trust store for S3 - posted by GitBox <gi...@apache.org> on 2021/11/22 06:38:24 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #754: JAMES-3534 Implement Identity/set update (custom identities) - posted by GitBox <gi...@apache.org> on 2021/11/22 06:55:44 UTC, 2 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #754: JAMES-3534 Implement Identity/set update (custom identities) - posted by GitBox <gi...@apache.org> on 2021/11/22 06:59:25 UTC, 1 replies.
- [GitHub] [james-project] chibenwa opened a new pull request #755: JAMES-3487 Java property: MimeMessageInputStreamSource THRESHOLD - posted by GitBox <gi...@apache.org> on 2021/11/22 07:40:47 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #755: JAMES-3487 Java property: MimeMessageInputStreamSource THRESHOLD - posted by GitBox <gi...@apache.org> on 2021/11/22 07:41:00 UTC, 1 replies.
- [GitHub] [james-project] ottoka commented on pull request #755: JAMES-3487 Java property: MimeMessageInputStreamSource THRESHOLD - posted by GitBox <gi...@apache.org> on 2021/11/22 08:28:54 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #755: JAMES-3487 Java property: MimeMessageInputStreamSource THRESHOLD - posted by GitBox <gi...@apache.org> on 2021/11/22 08:37:28 UTC, 0 replies.
- [GitHub] [james-project] vttranlina opened a new pull request #757: [WIP] JAMES-3534 Identity/set update should work on existing server-set Identities - posted by GitBox <gi...@apache.org> on 2021/11/22 10:58:57 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #756: JAMES-3534 Identity/set destroy - posted by GitBox <gi...@apache.org> on 2021/11/22 11:04:42 UTC, 0 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #757: [WIP] JAMES-3534 Identity/set update should work on existing server-set Identities - posted by GitBox <gi...@apache.org> on 2021/11/22 11:04:55 UTC, 1 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #757: [WIP] JAMES-3534 Identity/set update should work on existing server-set Identities - posted by GitBox <gi...@apache.org> on 2021/11/22 11:21:04 UTC, 1 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #756: JAMES-3534 Identity/set destroy - posted by GitBox <gi...@apache.org> on 2021/11/23 04:34:12 UTC, 1 replies.
- [GitHub] [james-project] quantranhong1999 commented on pull request #756: JAMES-3534 Identity/set destroy - posted by GitBox <gi...@apache.org> on 2021/11/23 05:22:28 UTC, 1 replies.
- [GitHub] [james-project] Arsnael opened a new pull request #758: JAMES-3225 Force a dependency cleanup on the build phase in the Jenki… - posted by GitBox <gi...@apache.org> on 2021/11/23 06:43:28 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on pull request #758: JAMES-3225 Force a dependency cleanup on the build phase in the Jenki… - posted by GitBox <gi...@apache.org> on 2021/11/23 07:14:47 UTC, 0 replies.
- [GitHub] [james-project] Arsnael closed pull request #758: JAMES-3225 Force a dependency cleanup on the build phase in the Jenki… - posted by GitBox <gi...@apache.org> on 2021/11/23 07:23:36 UTC, 0 replies.
- [GitHub] [james-project] jeantil commented on pull request #755: JAMES-3487 Java property: MimeMessageInputStreamSource THRESHOLD - posted by GitBox <gi...@apache.org> on 2021/11/23 10:17:41 UTC, 0 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #756: JAMES-3534 Identity/set destroy - posted by GitBox <gi...@apache.org> on 2021/11/23 10:39:32 UTC, 1 replies.
- [GitHub] [james-project] quantranhong1999 commented on a change in pull request #756: JAMES-3534 Identity/set destroy - posted by GitBox <gi...@apache.org> on 2021/11/23 11:31:14 UTC, 1 replies.
- [GitHub] [james-project] chibenwa merged pull request #752: JAMES-3534 Implement Identity/set create - posted by GitBox <gi...@apache.org> on 2021/11/24 01:43:36 UTC, 0 replies.
- [james-project] branch master updated (398aa92 -> 03a3229) - posted by bt...@apache.org on 2021/11/24 01:43:36 UTC, 0 replies.
- [james-project] 01/08: JAMES-3534 Implement Identity/set create - posted by bt...@apache.org on 2021/11/24 01:43:37 UTC, 0 replies.
- [james-project] 02/08: JAMES-3534 Identity/set create contract and memory tests - posted by bt...@apache.org on 2021/11/24 01:43:38 UTC, 0 replies.
- [james-project] 03/08: JAMES-3534 Check if a user can send from an address before save it as custom identity - posted by bt...@apache.org on 2021/11/24 01:43:39 UTC, 0 replies.
- [james-project] 04/08: JAMES-3534 Introduce DistributedIdentitySetTest - posted by bt...@apache.org on 2021/11/24 01:43:40 UTC, 0 replies.
- [james-project] 05/08: JAMES-3534 Identity/set create should record succeeded creation ids within the processing context - posted by bt...@apache.org on 2021/11/24 01:43:41 UTC, 0 replies.
- [james-project] 06/08: JAMES-3534 Identity/set contract test should ignore array order - posted by bt...@apache.org on 2021/11/24 01:43:42 UTC, 0 replies.
- [james-project] 07/08: JAMES-3534 Test for Identity/set create should record succeeded creation ids within the processing context - posted by bt...@apache.org on 2021/11/24 01:43:43 UTC, 0 replies.
- [james-project] 08/08: JAMES-3225 Remove James generated dependencies from the maven local repository in the Jenkinsfile - posted by bt...@apache.org on 2021/11/24 01:43:44 UTC, 0 replies.
- [GitHub] [james-project] vttranlina commented on pull request #754: JAMES-3534 Implement Identity/set update (custom identities) - posted by GitBox <gi...@apache.org> on 2021/11/24 02:24:07 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on pull request #756: JAMES-3534 Identity/set destroy - posted by GitBox <gi...@apache.org> on 2021/11/24 02:25:29 UTC, 0 replies.
- [GitHub] [james-project] ottoka commented on pull request #753: JAMES-3674 : Support password salting and hash scheme upgrading - posted by GitBox <gi...@apache.org> on 2021/11/24 07:44:11 UTC, 1 replies.
- [GitHub] [james-project] ottoka opened a new pull request #759: JAMES-3675 : Generalize vacation handling - posted by GitBox <gi...@apache.org> on 2021/11/24 09:13:50 UTC, 0 replies.
- [GitHub] [james-project] quantranhong1999 opened a new pull request #760: JAMES-3534 Identity/destroy should not fail for identities whose alias is deleted - posted by GitBox <gi...@apache.org> on 2021/11/24 10:13:32 UTC, 0 replies.
- [GitHub] [james-project] vttranlina opened a new pull request #761: [WIP] JAMES-3534 Identity/set update + delete and Identity/get should fail for identities whose alias is deleted - posted by GitBox <gi...@apache.org> on 2021/11/24 10:39:53 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #754: JAMES-3534 Implement Identity/set update (custom identities) - posted by GitBox <gi...@apache.org> on 2021/11/25 03:26:06 UTC, 0 replies.
- [james-project] branch master updated: JAMES-3534 Implement Identity/set update (custom identities) (#754) - posted by bt...@apache.org on 2021/11/25 03:26:28 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #757: JAMES-3534 Identity/set update should work on existing server-set Identities - posted by GitBox <gi...@apache.org> on 2021/11/25 03:27:51 UTC, 7 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #761: [WIP] JAMES-3534 Identity/set update + delete and Identity/get should fail for identities whose alias is deleted - posted by GitBox <gi...@apache.org> on 2021/11/25 03:45:16 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #759: JAMES-3675 : Generalize vacation handling - posted by GitBox <gi...@apache.org> on 2021/11/25 04:14:15 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on pull request #760: JAMES-3534 Identity/destroy should not fail for identities whose alias is deleted - posted by GitBox <gi...@apache.org> on 2021/11/25 08:33:03 UTC, 3 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #757: JAMES-3534 Identity/set update should work on existing server-set Identities - posted by GitBox <gi...@apache.org> on 2021/11/25 09:01:43 UTC, 0 replies.
- [GitHub] [james-project] quantranhong1999 commented on pull request #760: JAMES-3534 Identity/destroy should not fail for identities whose alias is deleted - posted by GitBox <gi...@apache.org> on 2021/11/25 09:13:56 UTC, 1 replies.
- [GitHub] [james-project] quantranhong1999 commented on a change in pull request #757: JAMES-3534 Identity/set update should work on existing server-set Identities - posted by GitBox <gi...@apache.org> on 2021/11/25 09:51:20 UTC, 1 replies.
- [GitHub] [james-project] vttranlina commented on pull request #763: JAMES-3676 S3 blobStore leaks HTTP connexions when reading streams partially (3.6.1) - posted by GitBox <gi...@apache.org> on 2021/11/25 10:28:28 UTC, 0 replies.
- [GitHub] [james-project] ottoka commented on a change in pull request #759: JAMES-3675 : Generalize vacation handling - posted by GitBox <gi...@apache.org> on 2021/11/25 12:00:58 UTC, 11 replies.
- [GitHub] [james-project] ottoka commented on pull request #759: JAMES-3675 : Generalize vacation handling - posted by GitBox <gi...@apache.org> on 2021/11/25 16:56:02 UTC, 5 replies.
- [james-project] branch master updated (1f32521 -> 95f8e77) - posted by rc...@apache.org on 2021/11/26 04:34:56 UTC, 0 replies.
- [james-project] 01/03: JAMES-3534 Identity/set destroy - posted by rc...@apache.org on 2021/11/26 04:34:57 UTC, 0 replies.
- [james-project] 02/03: JAMES-3534 SetError forbidden should not always require Properties - posted by rc...@apache.org on 2021/11/26 04:34:58 UTC, 0 replies.
- [james-project] 03/03: JAMES-3534 Identity/get should not fail when response with empty List[Identity] - posted by rc...@apache.org on 2021/11/26 04:34:59 UTC, 0 replies.
- [GitHub] [james-project] Arsnael merged pull request #756: JAMES-3534 Identity/set destroy - posted by GitBox <gi...@apache.org> on 2021/11/26 04:35:07 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on pull request #757: JAMES-3534 Identity/set update should work on existing server-set Identities - posted by GitBox <gi...@apache.org> on 2021/11/26 04:36:00 UTC, 0 replies.
- [GitHub] [james-project] Arsnael edited a comment on pull request #757: JAMES-3534 Identity/set update should work on existing server-set Identities - posted by GitBox <gi...@apache.org> on 2021/11/26 04:37:44 UTC, 0 replies.
- [james-project] branch master updated: JAMES-3672 : Support TLS authentication via client certificate - posted by rc...@apache.org on 2021/11/26 04:41:33 UTC, 0 replies.
- [GitHub] [james-project] Arsnael merged pull request #750: JAMES-3672 : Support TLS authentication via client certificate - posted by GitBox <gi...@apache.org> on 2021/11/26 04:41:46 UTC, 0 replies.
- [GitHub] [james-project] vttranlina commented on pull request #757: JAMES-3534 Identity/set update should work on existing server-set Identities - posted by GitBox <gi...@apache.org> on 2021/11/26 04:45:52 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on pull request #755: JAMES-3487 Java property: MimeMessageInputStreamSource THRESHOLD - posted by GitBox <gi...@apache.org> on 2021/11/26 04:47:05 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #759: JAMES-3675 : Generalize vacation handling - posted by GitBox <gi...@apache.org> on 2021/11/26 08:43:19 UTC, 2 replies.
- [GitHub] [james-project] chibenwa opened a new pull request #764: [PERFORMANCE] MessageUid::compareTo should not box values - posted by GitBox <gi...@apache.org> on 2021/11/28 07:03:01 UTC, 0 replies.
- [GitHub] [james-project] vttranlina opened a new pull request #765: JAMES-3677 BackReference should allow pointing to specific array elements - posted by GitBox <gi...@apache.org> on 2021/11/29 03:10:02 UTC, 0 replies.
- [GitHub] [james-project] vttranlina commented on a change in pull request #765: JAMES-3677 BackReference should allow pointing to specific array elements - posted by GitBox <gi...@apache.org> on 2021/11/29 03:10:57 UTC, 4 replies.
- [GitHub] [james-project] chibenwa commented on a change in pull request #765: JAMES-3677 BackReference should allow pointing to specific array elements - posted by GitBox <gi...@apache.org> on 2021/11/29 03:19:42 UTC, 3 replies.
- [GitHub] [james-project] vttranlina commented on pull request #765: JAMES-3677 BackReference should allow pointing to specific array elements - posted by GitBox <gi...@apache.org> on 2021/11/29 03:29:29 UTC, 1 replies.
- [GitHub] [james-project] vttranlina edited a comment on pull request #765: JAMES-3677 BackReference should allow pointing to specific array elements - posted by GitBox <gi...@apache.org> on 2021/11/29 03:34:02 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #765: JAMES-3677 BackReference should allow pointing to specific array elements - posted by GitBox <gi...@apache.org> on 2021/11/29 03:39:31 UTC, 2 replies.
- [james-project] branch master updated: JAMES-3534 Identity/set update should work on existing server-set Identities (#757) - posted by bt...@apache.org on 2021/11/29 03:42:00 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #757: JAMES-3534 Identity/set update should work on existing server-set Identities - posted by GitBox <gi...@apache.org> on 2021/11/29 03:42:10 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #753: JAMES-3674 : Support password salting and hash scheme upgrading - posted by GitBox <gi...@apache.org> on 2021/11/29 03:42:56 UTC, 0 replies.
- [james-project] branch master updated (f59163f -> fc43bb5) - posted by bt...@apache.org on 2021/11/29 03:43:33 UTC, 0 replies.
- [GitHub] [james-project] chibenwa opened a new pull request #766: JAMES-3613 Avoid a NPE due to IMAP MDC - posted by GitBox <gi...@apache.org> on 2021/11/29 03:58:29 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on pull request #759: JAMES-3675 : Generalize vacation handling - posted by GitBox <gi...@apache.org> on 2021/11/29 04:59:02 UTC, 1 replies.
- [GitHub] [james-project] chibenwa merged pull request #755: JAMES-3487 Java property: MimeMessageInputStreamSource THRESHOLD - posted by GitBox <gi...@apache.org> on 2021/11/30 02:15:13 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #764: [PERFORMANCE] MessageUid::compareTo should not box values - posted by GitBox <gi...@apache.org> on 2021/11/30 02:15:36 UTC, 0 replies.
- [GitHub] [james-project] chibenwa merged pull request #766: JAMES-3613 Avoid a NPE due to IMAP MDC - posted by GitBox <gi...@apache.org> on 2021/11/30 02:16:17 UTC, 0 replies.
- [james-project] branch master updated (fc43bb5 -> 032d720) - posted by bt...@apache.org on 2021/11/30 02:22:36 UTC, 0 replies.
- [james-project] branch master updated (032d720 -> a4de406) - posted by bt...@apache.org on 2021/11/30 02:22:39 UTC, 0 replies.
- [james-project] branch master updated (a4de406 -> f0e228e) - posted by bt...@apache.org on 2021/11/30 02:22:42 UTC, 0 replies.
- [GitHub] [james-project] quantranhong1999 commented on a change in pull request #761: JAMES-3534 Identity/set update + delete and Identity/get should fail for identities whose alias is deleted - posted by GitBox <gi...@apache.org> on 2021/11/30 02:52:22 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #761: JAMES-3534 Identity/set update + delete and Identity/get should fail for identities whose alias is deleted - posted by GitBox <gi...@apache.org> on 2021/11/30 03:12:33 UTC, 0 replies.
- [GitHub] [james-project] quantranhong1999 commented on pull request #761: JAMES-3534 Identity/set update + delete and Identity/get should fail for identities whose alias is deleted - posted by GitBox <gi...@apache.org> on 2021/11/30 03:15:57 UTC, 0 replies.
- [GitHub] [james-project] chibenwa opened a new pull request #767: JAMES-3678 SPFHandler not able to access session attachment CURRENT_H… - posted by GitBox <gi...@apache.org> on 2021/11/30 03:27:17 UTC, 0 replies.
- [GitHub] [james-project] quantranhong1999 edited a comment on pull request #761: JAMES-3534 Identity/set update + delete and Identity/get should fail for identities whose alias is deleted - posted by GitBox <gi...@apache.org> on 2021/11/30 03:40:44 UTC, 1 replies.
- [GitHub] [james-project] quantranhong1999 edited a comment on pull request #760: JAMES-3534 Identity/destroy should not fail for identities whose alias is deleted - posted by GitBox <gi...@apache.org> on 2021/11/30 10:29:36 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on pull request #767: JAMES-3678 SPFHandler not able to access session attachment CURRENT_H… - posted by GitBox <gi...@apache.org> on 2021/11/30 10:30:19 UTC, 0 replies.
- [GitHub] [james-project] Arsnael commented on a change in pull request #761: JAMES-3534 Identity/set update + delete and Identity/get should fail for identities whose alias is deleted - posted by GitBox <gi...@apache.org> on 2021/11/30 10:36:26 UTC, 0 replies.
- [GitHub] [james-project] chibenwa commented on pull request #767: JAMES-3678 SPFHandler not able to access session attachment CURRENT_H… - posted by GitBox <gi...@apache.org> on 2021/11/30 14:59:28 UTC, 0 replies.