ruby on rails webmail client
Find a file
2009-04-19 02:42:14 +11:00
app view contacts by the letter 2009-02-10 04:24:02 +10:00
components folder list sidebar refactoring 2009-02-08 08:14:00 +10:00
config README update 2009-04-19 02:42:14 +11:00
db message index 2009-01-08 06:37:17 +10:00
doc init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00
lib folder managing refactor 2009-02-08 07:23:32 +10:00
locale init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00
public old .htaccess removed 2009-03-05 04:30:56 +10:00
script update to rails 2.2.2 2009-01-08 05:55:58 +10:00
test init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00
vendor will_paginate added to plugins 2009-02-10 04:13:08 +10:00
.gitignore links on message page (back to list, reply, forward) 2009-02-08 06:06:12 +10:00
CHANGELOG init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00
MIT-LICENSE init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00
Rakefile init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00
README README update 2009-04-19 02:42:14 +11:00
README_LOCALIZE init import from old mailr project (http://svn.littlegreen.org/mailr/trunk) 2009-01-08 05:27:12 +10:00

Installation Guide
Requirements

    * Ruby 1.8.7 
    * Rails 2.2.2

Installation

   1. Checkout the source code
   2. If you need to override some of the default constants used in the application take a look at config/default_site.rb. Then create config/site.rb that contains only the keys which you want to override. Example content of config/site.rb is:

   module CDF

   LOCALCONFIG = {
     :imap_server => 'your.imap.server'
   }            
   end

  3 Use it