Review of "Biff" version 8

Details Page Preview

Displays new mail count in IMAP mailboxes

Extension Homepage
http://bluezoo.org/gnome-biff

No comments.

Diff Against

Files

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

All Versions

Version Status
11 Active
10 Active
9 Active
8 Active
7 Rejected
6 Rejected
5 Active
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

dog posted a review
This version updates to allow gnome-shell 3.4. It now supports CRAM-MD5 authentication and is a bit less spammy in the debug log.
gcampax posted a review
Just for curiosity, what's the problem with Glib's support for base64 and md5 (GChecksum)? Approved anyway.
dog posted a review
gnome-introspection does not seem to like converting between JavaScript strings and guchar* (gchar* is fine). And the gnome-shell JavaScript implementation does not support Uint8Array.
gcampax posted a review
GChecksum uses gchar * (g_checksum_get_string()), and so does g_base64_encode. g_base64_encode is properly annotated and will return an array. Turn into a string with ByteArray.fromArray().toString().
dog posted a review
Some documentation for this would be much appreciated.