danmarg

Results 9 comments of danmarg

> (Offtopic: I'm assuming that a failing MTA-STS also must not override a working DANE implementation, although it isn't spelled out that way). I would not assume so, or at...

So the serialization issue was fixed, but the syntax still only allows specifying a single policy. Do we want to change this?

Per https://etherpad.tools.ietf.org/p/notes-ietf-100-uta, Jim Fenton points out that constraining the use of l= seems like a bit of a layering violation. I'm somewhat inclined to agree. l= may be a bad...

Happy to do so, but just to be clear, this is a new "constructor" function (NewFcmClientWithHttp vs NewFcmClient). A SetClient func is also a reasonable approach. I dunno which is...

No worries. I don't mind changing it, either, if you prefer an injector--just wanted to make sure you saw how it works now. Let me know your preference. On Fri,...

Hmm. Oddly, I'm not sure that's trivial--worse, now that I think about how the API works, I think the whole label feature (which I don't use myself; I can't remember...

@nickchappell Does this do what you want? https://github.com/danmarg/outtake/pull/3 I haven't tried running it, to be honest. Maybe you'd be willing to try it out so I don't have to. :)

I’ll try to get to this. I had a few suggested rewrites for this patch, which held me up reviewing. Thanks for your patience. :) On Thu, 9 Mar 2023...

Also, why wouldn't we just use https://developers.google.com/gmail/api/reference/rest/v1/users/getProfile to get the total message count for the given profile, if we want the total count of _messages_? What confuses me, though, is...