Menno Finlay-Smits
Menno Finlay-Smits
@skipmeister123 looks like something went wrong here...
IMAPClient instances have a `normalise_times` attribute which can be used to control whether times are returned as timezone naive (in local time) or with tz information attached. Set it to...
So there's 2 issues going on here. The first is the ProtocolError. Looking at the pastebin, this part seems to be the key: ``` 2022-01-17 13:10:00,862 - DEBUG: > b'EAHN4...
I've created #519 to track the "unterminated line" issue.
IMAPClient no longer supports Python 2 and 3.6 is the minimum supported version so PRs which add type annotations would be very welcome now ;-)
That sounds like a really sensible approach.
> IMAPClient no longer supports Python 2 and 3.6 is the minimum supported version so PRs which add type annotations would be very welcome now ;-) Note that we've just...
Yes sorry, I meant 3.6
Thanks. I figured this might be what was going on. I'll take a look at Outgoing Webhooks.
It might still be nice to be able to create alert groups via the API. As noted in #3912, submitting via an inbound webhook has some limitations.