Nick Thomas
Nick Thomas
I guess the intervention would be here: https://github.com/deltachat/deltachat-core-rust/blob/master/src/smtp.rs#L187= There's inactivity-based staleness for SMTP connections but no number-of-messages-sent logic at the moment. https://docs.rs/async-smtp/0.1.0/async_smtp/smtp/enum.ConnectionReuseParameters.html `smtp::ConnectionReuseParameters::ReuseLimited(10)` would be lovely :sweat_smile:
@flub @Ampli-fier I think this issue was caused by the bug fixed in https://github.com/dinhviethoa/libetpan/pull/330 - it should be safe to just close it now.
I agree, the current state is pretty good - especially when you take full-disk encryption into account. However, a few compromise scenarios are improved by this change (especially taking desktops...
I have a similar - ish - requirement, in that I want a fetch operation to proceed over SSH using an in-memory SSH key and known_hosts file. The approach I'm...
+1 for SSL client certificate authentication; although I'd really prefer PEM or PKCS12 file support over copy 'n paste. The main use, in my view, is for authenticating against bouncers...
@wranglatang I put together a little program that scrapes the solax endpoint and publishes the data to MQTT (I'm running the mosquitto server to collect data from my smart meter...
Per this issue description - ``` $ curl 'http://10.0.2.100' -d 'optType=ReadRealTimeData&pwd=SXxxxxxxxx' ``` If you were attached over the wifi to the AP the PocketWIFI publishes, then you'd use 5.8.8.8 instead....
Yeah, it's pretty awful; the installers put it in despite me telling them I wanted luddite mode on everything. I'll be replacing it with a PocketLAN when I can. Took...
Not correct, sadly. It continues to advertise and be accessible as an AP. If one can get the modbus port working on it, that's obviously a worst-case scenario, but the...
Yeah, Modbus-RTU is best if you can get it. My inverter does have that too, but it's not well exposed. Wonder how well powerline would work down the AC cable....