CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 09 Aug 2025 07:02:38 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100110030209
location: https://web.archive.org/web/20100110030209/https://github.com/pranab/crm_email
server-timing: captures_list;dur=1.405099, exclusion.robots;dur=0.029041, exclusion.robots.policy;dur=0.012161, esindex;dur=0.015289, cdx.remote;dur=45.640916, LoadShardBlock;dur=1046.466053, PetaboxLoader3.datanode;dur=83.697267, PetaboxLoader3.resolve;dur=859.368214
x-app-server: wwwb-app224
x-ts: 302
x-tr: 1140
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 09 Aug 2025 07:02:40 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 10 Jan 2010 03:02:09 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "6dbd99732174fdbf1ab48ada6343a8d6"
x-archive-orig-x-runtime: 145ms
x-archive-orig-content-length: 27049
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 10 Jan 2010 03:02:09 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 04 Dec 2009 14:36:28 GMT", ; rel="prev memento"; datetime="Mon, 07 Dec 2009 08:59:39 GMT", ; rel="memento"; datetime="Sun, 10 Jan 2010 03:02:09 GMT", ; rel="next memento"; datetime="Thu, 25 Feb 2010 12:35:34 GMT", ; rel="last memento"; datetime="Fri, 25 Dec 2020 12:10:03 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20100109204637_crawl103_IndexOnly-c/51_13_20100110030050_crawl101.arc.gz
server-timing: captures_list;dur=0.504641, exclusion.robots;dur=0.017984, exclusion.robots.policy;dur=0.008045, esindex;dur=0.008611, cdx.remote;dur=410.046509, LoadShardBlock;dur=357.396947, PetaboxLoader3.datanode;dur=177.624039, PetaboxLoader3.resolve;dur=359.587828, load_resource;dur=227.571251
x-app-server: wwwb-app224
x-ts: 200
x-tr: 1052
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
pranab's crm_email at master - GitHub
pranab / crm_email
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Branches (1)
- master ✓
- Tags (0)

Pranab (author)
Wed Dec 09 23:50:04 -0800 2009
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Nov 18 10:50:32 -0800 2009 | first commit for ffc email plugin [Pranab] |
![]() |
MIT-LICENSE | Wed Nov 18 10:50:32 -0800 2009 | first commit for ffc email plugin [Pranab] |
![]() |
README | Wed Dec 09 23:50:04 -0800 2009 | more documentation on setup [Pranab] |
![]() |
Rakefile | Wed Nov 18 10:50:32 -0800 2009 | first commit for ffc email plugin [Pranab] |
![]() |
app/ | Thu Dec 03 22:42:30 -0800 2009 | fix for inbound email - works now [Pranab] |
![]() |
config/ | Fri Dec 04 23:09:20 -0800 2009 | create new contact based on create_contact flag [Pranab] |
![]() |
generators/ | Tue Nov 24 23:41:09 -0800 2009 | view, migration template [Pranab] |
![]() |
init.rb | Thu Nov 26 20:44:16 -0800 2009 | drb admin service [Pranab] |
![]() |
install.rb | Wed Nov 18 10:50:32 -0800 2009 | first commit for ffc email plugin [Pranab] |
![]() |
lib/ | Wed Dec 09 23:25:54 -0800 2009 | msg id for inbound mail [Pranab] |
![]() |
tasks/ | Sat Nov 28 23:00:52 -0800 2009 | fix in reload rake task [Pranab] |
![]() |
test/ | Wed Nov 18 10:50:32 -0800 2009 | first commit for ffc email plugin [Pranab] |
![]() |
uninstall.rb | Wed Nov 18 10:50:32 -0800 2009 | first commit for ffc email plugin [Pranab] |
README
CrmEmail ======== This is an IMAP email plugin for Fat Free CRM (FFC). Inbound and out bound email processing seem to work. I will continue testing. It uses the concept of drop box for integrating email with FFC. While sending email to a contact, the user will bcc to the dropbox address. The user will forward any email received from contacts to the dropbox address. Setup ======= - Install this gem for scheduling gem install rufus-scheduler - Create settings.yml from the sample settings.yml.sample in the config dir and edit according to your needs :mode - Set to prod :server - imap server URL :port - imap port number :ssl - Set to true or false :user - Imap login ID :password - imap login password :folder - Folder to be accessed. Typically it's inbox :move_folder - Folder where email should be moved after processing. if you want email to be deleted after processing do not provide any folder name :schedule - Schedule for running background email task. For example '2h' for running every 2 hours or '0 22 * * 1-5' for every day of the week at 10 PM :create_contact - if set to true contact will be created if the contact lookup based on email fails for inbound and out bound emails :admin_port - Ignore this - Run this rake task to load the settings data for this plugin rake crm_email:settings:load - To update settings data any time, edit settings.yml and run the following rake task rake crm_email:settings:reload - Run the the generator from fat_free_crm project root as follows. This will create the db migration file for this plugin in the FFC db/migrate directory ruby script/generate crm_email - Create crm_email related db schema by running rake db:migrate Usage ===== - For outbound email, when sending email to your contact from your email client bcc to the dropbox address - For inbound email from your contact, forward received email to the dropbox address Note ==== You can can communicate through Fat Free CRM google groups or by sending me email (pkghosh99@gmail.com) Copyright (c) 2009 Pranab Ghosh, released under the MIT license
This feature is coming soon. Sit tight!