Class Oimap
In: lib/rimap.rb
Parent: Net::IMAP

Interface to pickup emailtest messages from Zimbra See imap doc at ruby-doc.org/stdlib/libdoc/net/imap/rdoc First create the imap with connection, imap = Oimap.new Then use imap.search and imap.fetch to search and fetch emails

Methods

body_text   new  

Public Class methods

Create an imap object, logs to zimbra and selects inbox

Public Instance methods

Fetch the message, return the inner text of the html in the body.

[Validate]