This is a mirror of official site: http://jasper-net.blogspot.com/

GMail Filesystem over FUSE

| Wednesday, February 24, 2010
There is a Debian package which allows you to use GMail storage as a filesystem written by a nice guy named Richard Jones. He has a nice web site dedicated to it.

But, this implementation uses is based on something called libgmail which accesses GMail via its web interface. Unfortunately, that web interface changes constantly and libgmail not been able to keep up with the flux and is not working any more.

So, I went and stole Richard's code and improved it. Instead of using libgmail, I just used python's imaplib. GMail's IMAP interface should be pretty darn stable and not likely to break.
Features:

   * Mount gmail as a filesystem
   * Full UNIX uids, permissions, symlinks, hard links, and more...
   * Extended attributes (xattrs). This allows use of ecryptfs
   * Can store multiple filesystems inside the same GMail account
   * Stores files as attachments to email messages
   * Uses IMAP quota commands to determine free space available

Read more: GMail Filesystem

Posted via email from jasper22's posterous

0 comments: