Results 73 comments of arlecchino

Then there should be used [realip_remote_addr](https://docs.rs/actix-web/3.3.2/actix_web/dev/struct.ConnectionInfo.html#method.realip_remote_addr). Or the rate limiter sees any reverse proxy as the client and there is the opposite effect that you'll block the service simply by...

I'd like to explain the difference in a few words. It is not uncommon that you don't put your webservice/application in the first row to clients. It is often the...

Yes, it has been in the Inbox and also tried to search different folders. I've only one IMAP account. But seems to work now. I can't reproduce it in the...

I got it again. It opens the search results for folder in background and above 2nd layer with the search results for inbox, which hides the correct one. So I...

I don't think this would be a good feature like it is... 1. It adds computation overhead to each and every request 2. You can simply use something like https://www.npmjs.com/package/statuses...

Anybody any experience to this?

I've tried to do some bench. The internal storage is in both a `Vec`, so there is very little overhead to check the ASCII limit in addition to Utf8-validation. The...

Couldn't this be simplified with supporting IMAP CREATE, RENAME, DELETE only in synced online state and just refreshing the folder list afterwards?! Then there is no message handling for this...

Is Net.Standard 2.0 an option? Version 1.6 needs some work to be done...

Why you'd like to handle the port in BridgeController? There would be a bug on https connections. The port is by default 443 and not 80 and there is no...