Friends I am using a software "GMail Drive shell extension" for this purpose.
GMail Drive is a Shell Namespace Extension that creates a virtual drive in the Windows Explorer, allowing you to use your Google GMail account as a storage medium.
It allows you to do basic file manipulation, such as copy and delete of files inside the GMail account. Because it is a Shell Extension, the interface you work in is Windows Explorer itself.
GMail Drive appears as a virtual drive under your My Computer folder in Windows Explorer.
You can:
Navigate between files and folders using the familiar Explorer folder view.
Do basic file manipulations, such as create folders and delete files.
Use copy and paste as you would normally do in Explorer to copy files around.
Use drag'n'drop to quickly move files between folders.
Show information about volumes and files using the Properties dialogs.
How It Works
GMail Drive works by directly manipulating emails inside your Google GMail account.
When you copy a file to the GMail Drive folder, it internally creates and sends an e-mail to your account. The file content is sent as an e-amail attachment.
When the Shell Extension needs to display a directory listing of your GMail account, it submits a GMail search query using the sparsely documented GMail Protocol API. It searches for all e-mails starting with the word "
GMAILFS". From the returned search result, it builds a directory structure, which is displayed in the Shell Extension.
Because all GMail Drive files appear as regular e-mails in your Google GMail account, you may want to set up a GMail filter that automatically moves all e-mails containing "GMAILFS" to the archived folder. This way, GMail Drive files won't clutter up your GMail account.
A typical GMail File looks like this inside your GMail account:
GMAILFS: /folder/filename.txt [123;n;1]
You can find the actual file content inside each mail as an e-mail attachment.
The file size is limited to 10 Mb because this is the attachment size limit Google imposes on all mails. Since the filename must be available on the message subject line, the full filename length is limited to 40 characters.
Here is da Download Link:
http://www.viksoe.dk/gmail/
Reply