[IMP] mail_gateway:
authorHarry (OpenERP) <hmo@tinyerp.com>
Thu, 24 Jun 2010 19:53:32 +0000 (01:23 +0530)
committerHarry (OpenERP) <hmo@tinyerp.com>
Thu, 24 Jun 2010 19:53:32 +0000 (01:23 +0530)
commit59f9be67f791f40d698b7183b81f7a7abc34a654
tree50fe7418a245a15e6813d50f2b6e33d5d293746e
parent4a27141e1c6592734e22aa440252749542595c29
[IMP] mail_gateway:
* introduce 'email.server.tools' to process_email and send acknowdgement after creating new record
* use 'email.server.tools' model in script and fetchmail module to processing email
* start mailgateway services on crm.lead, project.issue, hr.applicant

bzr revid: hmo@tinyerp.com-20100624195332-7qci6vrimvzple5w
13 files changed:
addons/crm/__init__.py
addons/crm/crm_lead.py
addons/crm/crm_mailgate.py [deleted file]
addons/crm/security/ir.model.access.csv
addons/fetchmail/__openerp__.py
addons/fetchmail/fetchmail.py
addons/fetchmail/fetchmail_view.xml
addons/fetchmail/security/ir.model.access.csv
addons/hr_recruitment/hr_recruitment.py
addons/mail_gateway/mail_gateway.py
addons/mail_gateway/mail_gateway_view.xml
addons/mail_gateway/scripts/openerp_mailgate/openerp_mailgate.py
addons/project_issue/project_issue.py