正在加载...
 
< Apple恶搞
NBA的思考 >
几个不错的Gmail创意应用工具 
  主题:[Google] | 标签:PC技巧,开源 | 浏览数(1781) | 评论数(2) | 2007-07-09

推荐给大家几个非常不错的Gmail应用小工具。非常方便你的管理。

1,把Gmail空间当磁盘使用--GMailDrive shell extension

可以把Gmail的1000M空间作为一个虚拟磁盘来使用。当然,你可以像操作硬盘一样,在这个磁盘中进行复制粘贴等工作,非常方便。

bjarke开发的这个GMail Drive shell extension却可以在Windos系统下运行,且对系统的要求只是需要有IE 5.0或者以上版本而已。安装和使用这个软件也非常的方便,不需要任何额外的知识。

[separator]


2,将Gmail作为你的Linux系统的一部分--GmailFS

与上面的工具相似,不过你可以在Linux下面使用可以支持Linux下的所有的文件操作命令,你就象操作本地硬盘一样方便,是用Python写的一个Linux的软件,这是他的介绍,

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 way of doing it than the nasty list -> array -> string path I'm currently using. This language has a reputation as an excellent choice for rapid prototyping. The first working version of GmailFS took about 2 days of coding. There was an additional 1.5 days spent on performance tuning and bugfixing. Given that this includes language learning curve, the reputation seems well deserved. A special mention should go to libgmail and FUSE, both greatly contributed to the short development time.

 

比起前两个来,第三个更加有创意,他甚至都不用考虑是不是你自己的计算机,他可以通过PHP程序来通过一个PHP服务器来帮你完成同样的功能。
gDrive是一个基于
libgmailer的PHP脚本,当前版本为0.6。它可以利用Gmail的空间提供强大的文件存储及共享功能:
- 上传及下载1000M以内任何大小的文件
- 在线删除以上传文件
- 不影响邮箱中的正常邮件
- 自动压缩所上传的文件
- 显示剩余空间
- 发送文件到其他Gmail账户
- 转寄已储存的文件到其他Gmail账户

在以后的版本中,gDrive还将增加文件诸如加密传送、作为正常附件传送文件以及生成"share it"文件链接供人下载等功能。该脚本不会记录使用者的Gmail帐户信息,当然,如果你不放心,也可以创建一个新邮箱来试用,现在没有人会缺Gmail邀请吧。

gDrive把Gmail空间的应用提高到了另一个层次,它没有操作系统的限制,也不需要安装任何客户端程序,就可以创建功能齐备的文件共享平台。而且,作者也免费提供源代码下载,可以在自己的空间上安装使用。(Via Aimless Words)

使用说明:

1. 修改gDrive目录中config.php文件的这行:
define("GDRIVE_LOCATION","http://www.blah.com/files/gigdrive",true);
其中的网址改为你安装gDrive的网址,最后不加斜杠。

2. 在gDrive目录中建立一个名为"tmp"的文件夹,Linux系统下设置文件夹属性为777,Win主机则无须设置。

3. 用在第一步中所设置的网址登录,行了吧?
作者地址:http://www.puremango.co.uk/
怎么样,这些Gmail的应用很酷吧。

http://www.i170.com/Article/73910/trackback

评论:

  blue_o_yang  2007-07-10 评论  

我的gmail用了40%了   

  peter  2007-07-10 评论  

偶一直把1000M的邮箱当个虚拟的硬盘,现在用了60%了

    发表评论: