Review of "Cowboy" version 1

Details Page Preview

Remember the Milk integration. [Not Maintained] Have a look at the official Linux Remember The Milk application: https://www.rememberthemilk.com/services/linux/.


No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
7 Active
6 Active
5 Active
4 Rejected
3 Active
2 Active
1 Active

Previous Reviews on this Version

gcampax active
Ok (you can use GChecksum instead of rolling your own md5 implementation)
kazjote posted a review
Thanks for review! GChecksum works great! I will use it in the next release. let checksum = new GLib.Checksum(GLib.ChecksumType.MD5); checksum.update(signature); checksum.get_string();