0.0
No commit activity in last 3 years
No release in over 3 years
Mail 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

>= 2.7.0, ~> 2.7
>= 0.9.1, ~> 0.9
 Project Readme

Introducing the Classic_omah gem

require 'classic_omah'

mail = {
        user_name: 'james', 
        address: 'mail.jamesrobertson.eu',
        password: 'secret'
       }

comah = ClassicOmah.new mail: mail
comah.fetch_email

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

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

Resources

email classicomah gem mail