Closed hoangdat closed 1 year ago
@chibenwa can you show us the request to create/edit identity, we try with /set
but it is not successfully
{
"using": ["urn:ietf:params:jmap:core", "urn:ietf:params:jmap:submission"],
"methodCalls": [
[
"Identity/set",
{
"accountId": "29883977c13473ae7cb7678ef767cbfbaffc8a44a6e463d971d23a65c1dc4af6",
"create": {
"4f29": {
"name": "Bob",
"email": "bob@domain.tld",
"replyTo": [{
"name": "Alice",
"email": "alice@domain.tld"
}],
"bcc": [{
"name": "David",
"email": "david@domain.tld"
}],
"textSignature": "Some text signature",
"htmlSignature": "<p>Some html signature</p>"
}
}
},
"c1"
],
["Identity/get",
{
"accountId": "29883977c13473ae7cb7678ef767cbfbaffc8a44a6e463d971d23a65c1dc4af6",
"ids": null
}, "c2"
]
]
}
For instance. Please note that the email needs to be the mail address of the user or a valid alias. Valid aliases can be obtained by Identity/get .
we try with /set but it is not successfully
If possible share your errors...
@chibenwa . I'm doing the edit identity feature. I use SetMethod but get this error
.
https://github.com/apache/james-project/pull/992 fixes this.
We will deploy a hotfix next monday on preprod.
Don't know if this bug has been fixed yet @chibenwa. I still get this error when I execute
Don't know if this bug has been fixed yet @chibenwa. I still get this error when I execute
Yes, merged but not deployed yet. Hang on...
I deployed the fix on preprod
Wait tmail backend 0.6.0 to be released for openpaas.linagpra.com
https://jmap.io/spec-mail.html#identities
-> One setting page to read, update, delete, create new identity -> Identity selector when sending an email