Agile Web Development

Build it. Launch it. Love it.

IMAP Authenticatable

A quick library for authenticating against an IMAP server. Useful for situations where LDAP is not available.

It can create users after a successful log, so everyone that has a valid email address on your server can have an account in your app!

It expects a model with a 'username' column. You must pass a host.

Example:

class User < ActiveRecord::Base

imap_authenticatable :host => 'mail.example.com'



...

end

Vitals

Home http://daniel.collectiveidea.com/blog/tags/imap_authenticatable
Repository http://source.collectiveidea.com/public/rails/plugins/imap_authenticatable
License Rails' (MIT)
Tags Tag_red authentication collectiveidea imap
Rating (1 vote)
Owner Daniel Morrison, Collective Idea
Created 8 February 2007

Comments

Add a comment