[BUILD-FAILURE]: Job 'james/ApacheJames/master [master] [1336]'

2024-04-10 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'james/ApacheJames/master [master] [1336]':
Check console output at "https://ci-builds.apache.org/job/james/job/ApacheJames/job/master/1336/;>james/ApacheJames/master
 [master] [1336]"

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

[BUILD-FAILURE]: Job 'james/ApacheJames/master [master] [1335]'

2024-04-10 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'james/ApacheJames/master [master] [1335]':
Check console output at "https://ci-builds.apache.org/job/james/job/ApacheJames/job/master/1335/;>james/ApacheJames/master
 [master] [1335]"

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

[jira] [Created] (JAMES-4026) Fix inconsistency IMAP - JMAP keyword issue for JMAP RFC-8621

2024-04-10 Thread Jira
René Cordier created JAMES-4026:
---

 Summary: Fix inconsistency IMAP - JMAP keyword issue for JMAP 
RFC-8621
 Key: JAMES-4026
 URL: https://issues.apache.org/jira/browse/JAMES-4026
 Project: James Server
  Issue Type: Bug
Affects Versions: 3.8.2
Reporter: René Cordier
 Fix For: 3.9.0


When migrating some tests from jmap draft to jmap rfc, an issue was identified 
regarding conflicts introduced via IMAP on keywords when trying to solve it via 
jmap email/set method

If we have a message m1 in 2 mailboxes m1 and m2, if we add a flag {{\Flagged}} 
via IMAP on the message in mailbox m2, we create an inconsistency for JMAP. 
Normally, if we set via email/set the flag to {{$Flagged}} for m1, it should 
fix the inconsistency, having the keyword for the message present in both 
mailboxes.

However, it does not happen right now, as it seems when doing an update on 
email, we do union of keywords regarding the metadata, and if it's the same as 
new flags (which is the case here) then we do nothing, thus not fixing the 
inconsistency.

The fix is a bit tricky, as some simple solution have been attempted while 
creating issues elsewhere.

Need to investigate deeper and fix the issue for JMAP RFC implementation



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org