IMAP Authenticatable plugin

Plugin details

A quick library for authenticating against an IMAP server.

Websitehttp://daniel.collectiveidea.com/blog/tags/imap_authenticatable Repositoryhttp://source.collectiveidea.com/public/rails/plugins/imap_authenticatable Author Daniel Morrison Tags imap, Auth LicenseUnknown

Documentation

Install the plugin:
ruby script/plugin install http://source.collectiveidea.com/public/rails/plugins/imap_authenticatable

Example:

class User < ActiveRecord::Base
  imap_authenticatable :host => 'mail.example.com'
  
  ...
end

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 7 months ago