http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
GmailFS provides a mountable Linux filesystem which uses your Gmail
account as its storage medium. GmailFS is a Python application and uses
the FUSE userland filesystem infrastructure to help provide the
filesystem, and libgmail to communicate with Gmail.

GmailFS supports most file operations such as read, write, open, close,
stat, symlink, link, unlink, truncate and rename. This means that you
can use all your favourite unix command line tools to operate on files
stored on Gmail (e.g. cp, ls, mv, rm, ln, grep etc. etc.).

Please be gentle on the code. This is my first foray into Python and I'm
sure the code is far from elegant. I'm particularly concerned with my
attempts to manipulate mutable byte arrays. I'm sure that there must be
a less clumsy....................


_______________________________________________
LUG mailing list
[EMAIL PROTECTED]
http://kym.net/mailman/listinfo/lug
%LUG is generously hosted by INFOCOM http://www.infocom.co.ug/

Reply via email to