Project

gmail_omah

0.0
No commit activity in last 3 years
No release in over 3 years
Gmail gem + Omah (Offline Mail Helper) gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.5.0, ~> 0.5
>= 0.9.1, ~> 0.9
 Project Readme

Introducing the Gmail_omah gem

require 'gmail_omah'

mail = {user_name: 'somebody@gmail.com', password: 'secretpassword'}

gomah = GmailOmah.new mail: mail
gomah.fetch_email

The above example demonstrates how I fetch the email from my email server. Gmail_omah does the following:

  1. connects to Gmail using the Gmail gem
  2. retrieves all messages from the inbox
  3. stores the messages in a file directory called email
  4. deletes all messages from the inbox

Resources

email classicomah gem mail