On 05/14/2016 07:11 AM, Mark Sapiro wrote:
On 5/13/16 5:05 PM, Simon Hanna wrote:
On 05/12/2016 09:26 PM, Barry Warsaw wrote:
On May 12, 2016, at 12:18 PM, Mark Sapiro wrote:
It is the intent that Postorius will eventually expose all these settings. We're not there yet. At present you could possibly do this by interacting with mailmanclient, although I'm not certain the settings are exposed there.
I'm not sure if they're exposed in mailmanclient, but they are exposed in the core's REST API, on the member resource. It's the
delivery_mode
attribute and it takes as legal values one of 'regular', 'plaintext_digests', 'mime_digests', and 'summary_digests' (IOW, the enum item names for the DeliveryMode enum).They are exposed in mailmanclient and are used in postorius. They can be found in the users personal subscription settings https://lists.mailman3.org/mailman3/accounts/mailmansettings/
You are correct. When I checked this before my initial reply, I never pulled down the Delivery Mode list to see all the options. My bad.
However, please correct me if I'm wrong, but there does not appear to be a way in Postorius to set a list's mime_is_default_digest attribute.
You've got that one right. But I don't think core is exposing this through rest. At least it's not exposed via mailmanclient.