Results 141 comments of muquit

_From [[email protected]](https://code.google.com/u/114765438427023323899/) on January 07, 2014 09:51:09_ And where can I download the windows build for mailsend v1.17b15+?

_From [[email protected]](https://code.google.com/u/116397076041912827850/) on December 15, 2013 17:06:40_ It applies to attachments as well. Available with the latest source in svn.

This constant is defined in crypto_box.h of libsodium C library. If you want to change it, you have to change it in the libsodium C library. I am not a...

I added another unit test ```testCryptoSecretBoxDetached2()``` which also passes on 64 bit Mac and Windows with java 1.8. Are you using the correct number bytes in key and nonce? By...

It appears you did not generate the key pair, you just created bunch of bytes. SodiumKeypair is just a place holder, it does not generate pair. Generate the pair by...

That's great! For your new code, you can try again to send a pull request. Otherwise if possible, you can do the following: - Document the API in README.md -...

You pull request is merged. If possible, please update the README.md about the APIs you added. Also it would be great if you add unit tests for the API. Thanks.

_From [[email protected]](https://code.google.com/u/116027106725721504877/) on November 27, 2013 07:19:39_ Is there a solution to this?

The syntax is name,email. I see you've dots in the list. Thx

Could you test if authentication works or not with my "mailsend" program? mailsend supports login, plain and cram-md5 and a specific authentication can be specified explicitly. mailsend-go uses a third-partly...