0.0
No commit activity in last 3 years
No release in over 3 years
An Omah gem plugin for publishing a SimplePubSub message when new mail arrives. Suitable for use with either the Gmail_omah gem or the Classic_omah gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.4.0, ~> 0.4
 Project Readme

using the Omah-plugin-sps gem with the Gmail_omah gem

require 'gmail_omah'
require 'omah-plugin-sps'

m = {user_name: 'somebody@gmail.com', password: 'secret'}

plugins = {sps: {active: true, address: 'sps', port: 59000}}

gomah = GmailOmah.new user: 'james', mail: m, plugins: plugins
gomah.fetch_email

The above example demonstrates using the Omah-plugin-sps gem with the Gmail_omah gem. Note: Using a plugin with the Gmail_omah gem is optional.

Resources

omah classic gem email