[IMP]: fetchmail, mail_gateway: changes for * fetchmail depends on mailgate,

* fecthmail does not depends on smtpclient

bzr revid: rpa@tinyerp.com-20100429115923-ng88qf17lpat0viy
This commit is contained in:
rpa (Open ERP) 2010-04-29 17:29:23 +05:30
parent d4921f4f83
commit f7e79ce200
5 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
{
"name" : "Fetchmail Server",
"version" : "1.0",
"depends" : ["base", "smtpclient"],
"depends" : ["base", "mail_gateway"],
"author" : "Tiny",
"description": """Fetchail:
* Fetch email from Pop / IMAP server

View File

@ -32,7 +32,7 @@
* Easy Integration with any Module""",
'author': 'Tiny',
'website': 'http://www.openerp.com',
'depends': ['smtpclient', 'fetchmail'],
'depends': ['smtpclient'],
'init_xml': [],
'update_xml': [