c4r3

Results 3 issues of c4r3

I created a simple SFTP Test server to achive some assertions with my unittest of my SFTP client. I start the server in a dedicated go routine at the startup,...

I would like to be able to hook a custom function from "imageops" crate. I would like to recreate a function similar to the following example of 'blur': ` pub...

Hi, i created a small client wrapper with the following snippet for the fetching function: ``` go func() { if err := imapClient.Fetch(seqSet, items, messages); err != nil { log.Fatal(err)...