Rodolfo García Peñas (kix)

Results 7 issues of Rodolfo García Peñas (kix)

The current argument sequence creates an error using docker: docker run -it dominicbreuker/stego-toolkit -v /local/folder/with/data:/data /bin/bash docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused:...

What do you think about colorize the output, like for example [mfdread](https://github.com/zhovner/mfdread) does it? Regards, kix

Hi, using mfoc, we can see something like this for an empty tag: ``` Auth with all sectors succeeded, dumping keys to a file! Block 63, type A, key d86ca4cd9921...

Bugs opened in offlineimap (Python2) and their status in offlineipam (Python 3) NOTES: - Do not post comments about these bugs here. Open a new bug we will link it...

documentation

Hi, I was checking this code, and I found a strange situation. The server returns [b'1 2 3...'], then we split it and we get ['1', '2', '3',...]. This value...

documentation

I have a problem with mails deleted in the IMAP server and in the local files. If I sync my mail using offlineimap, then I delete one mail from the...

Hi, I was thinking about the idea of moving imaplib2 to the Python 3 standard libs. That idea was done by Maxim Khitrov here [1] but had some problems here...