apache / incubator-ponymail-foal

Apache Pony Mail Foal (Next Generation Suite)
https://ponymail.apache.org
Apache License 2.0
28 stars 14 forks source link

mgmt API should allow optional fields #222

Closed sebbASF closed 2 years ago

sebbASF commented 2 years ago

At present the updateable fields must all be present.

If it is only desired to change the private status for example, all the other fields must be provided and must agree with the values from the existing email.

This is OK for the GUI, but it is not very convenient for direct API calls.

It would be useful if only changes needed to be provided.