Teodor Milkov
Teodor Milkov
One one server: ``` $ php -r '$m=new MogileFS; $m->connect("127.0.0.2", "7001", "piccsy", 0.1); var_dump($m->isConnected());' bool(true) $ php --version PHP 5.3.10-1ubuntu3 ``` Another server: ``` $ php -r '$m=new MogileFS; $m->connect("192.168.168.1",...
It seems dignum is created on first delivery to the list, after digest sub-list is turned on. But apparently it's also used when getting the archive digest (and maybe other...
I first stumbled into this when trying to use the Rust bindings (ssh2-rs): https://github.com/alexcrichton/ssh2-rs/issues/200 Now I'm trying to see if it works in libssh2 directly, and I'm getting seemingly the...
When listing envelopes using `himalaya envelope list`, custom IMAP flags (like Thunderbird tags, e.g., `$label5`) are not included in the output, neither in the default table view nor in the...