Skip to content

Instantly share code, notes, and snippets.

View atamanroman's full-sized avatar
😏

Roman Ataman atamanroman

😏
View GitHub Profile
@atamanroman
atamanroman / Gmail uploader
Created July 20, 2012 18:25 — forked from pedromg/Gmail uploader
Ruby script to import mails to gmail
#! /usr/bin/ruby
##
# == remember:
# * insert your login and password at Line 100, and save this file.
# * of couse, be very carefull if you send this to a friend... REMOVE your credentials first!
# * if you are using Google Hosted for your Domain (Google Apps), your_login is something like: me@mydomain.com
# * example: go = GoGmail.new($*[0], 'imap.gmail.com', 993, $*[1], 'tree@forest.org', 'littlebird', $*[2])
#
# == usage: