[[Gmail]] 1기가 공간을 파일시스템으로 사용하기. http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html Prerequisite: * FUSE * FUSE-python binding * libgmail 관련글들 * http://openlook.org/blog/opensource/0408GmailFs.html * http://xguru.xcool.net:1360/blog/?no=162 ---- libgmail에서 constants.py 부분에서 막혔다. gmail.js 가 필요한듯한데, 이걸 어디서 구하나... 마운트하고나서 ls 하니까 {{{ WARNING:root:Live Javascript and constants file versions differ. }}} 이래길래, 소스를 좀 읽어봤더니, libgmail에서 gmail.js를 토대로 constants.py 를 만들더라고요. 워닝 무시하고 그냥 써도 돌아가긴 합니다. --[[yong27]], 2004-09-01 ---- CategoryProgram