From: Park Heesob Date: 2005-08-26T13:28:42+09:00 Subject: Re: [ANN] gmailer 0.0.4 Hi, > > Hi Park, > > --- Park Heesob wrote: > >> GMailer is a class for interface to Google's webmail service. >> >> It can fetch mails, save attachements, get cotact lists, invite someone >> or send message with file attachments. You can make GMail as an online >> backup system or as a virtual filesystem with this library. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Really? How? Does it handle files larger than 10MB? > I guess the large file can be handled by dividing for a certain block size. Refer to Python's GmailFS(http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html) Regards, Park Heesob