Sunil Saini

Results 8 comments of Sunil Saini

Yea, i saw this https://imapsync.lamiral.info/FAQ.d/FAQ.Passwords_on_Unix.txt There are 2 problems with all these 3 patterns- 1. If there are some special bash characters in password, those will also get expanded (like...

Hey, got it working by this way of escaping for single quotes but its still failing in login if password contains double quote character

Yes folder spam is listed in beginning of the sync. These above provided logs were from beginning of sync only. Logs from beginning - `Here is imapsync 1.937 on host...

Hey, checked in version 1.996 as well, it's still same. Only thing changed is return value Now its returning as "Exiting with return value 117 (EXIT_ERR_SELECT) 1/50 nb_errors/max_errors"

i was able to fix it by using [helm-mapkubeapis](https://github.com/helm/helm-mapkubeapis) ``` $ helm mapkubeapis --namespace monitoring grafana 2024/06/26 12:00:14 Release 'grafana' will be checked for deprecated or removed Kubernetes APIs and...

Someone able to find the root cause of this issue ? Wanted to use this in production for [ARC](https://arc-spec.org/) implementation using [dkimpy](https://pypi.org/project/dkimpy/) But memory keeps on increasing monotonically indicating leak...

@sdgathman "monotonically" i meant memory was never released, it was ever increasing only Yes, i tried doing manual gc.collect() from **eom** and **close** both but there seems to be no...

Hey @delmezov using `self.fp = io.BytesIO()` really fixed the memory leak, thanks have deployed this 3 days back in production and memory usage is constantly ~1GB only do need to...