TOKI Yoshinori
TOKI Yoshinori
``` I, [2019-10-17T23:41:00.025697 #763] INFO -- rims: accept connection: 127.0.0.1:40304 I, [2019-10-17T23:41:00.026839 #763] INFO -- rims: server response: * OK RIMS v0.2.7 IMAP4rev1 service ready. I, [2019-10-17T23:41:00.028597 #763] INFO --...
Revised DBM update procedure and make mailstores more robust and reduce recovery time. The current recovery time is as follows. - mailbox 2 has 77452 messages - mailbox 4 has...
Make structure of mail store update API more similar to IMAP update commands to reduce semantic gap between the API and the commands.
If you try to stop the server while IMAP search/fetch/store command is returning a very long response, the server does not stop until the response is complete. Need to interrupt...
Now RIMS use the original hash function at password source. Need for another password source using bcrypt to replace it more securely.
Since RIMS has been multi-processed so that it can be scaled up using a multi-core CPU, I want to confirm whether to actually measure performance and scale up. A candidate...
In preparation for refactoring, regression test of command line tools had been created. This task is pending because I have not yet come up with a good idea to reorganize...