after rebooting my server (many times) i've this error
(without mail)
[2011-01-28 17:15:07,474][fetcheng] INFO:imap:fetchmail fetch/process 0 email(s) from fetch
(with new mail)
[2011-01-28 17:15:17,789][fetcheng] INFO:imap:fetchmail start checking for new emails on fetch
[2011-01-28 17:15:18,027][fetcheng] WARNING:imap:Method is not implemented
in english i've the same error
and in openerp/bin/addons/mail_gateway/mailgateway.py line 69 71 or 89 we have :
def message_new(self, cr, uid, msg, context):
raise Exception, _('Method is not implemented')
def message_update(self, cr, uid, ids, vals={}, msg="", default_act='pending', context=None):
raise Exception, _('Method is not implemented')
i try to fine a solution but i dont find the problem.
after rebooting my server (many times) i've this error
(without mail) 474][fetcheng] INFO:imap:fetchmail fetch/process 0 email(s) from fetch 789][fetcheng] INFO:imap:fetchmail start checking for new emails on fetch 027][fetcheng] WARNING:imap:Method is not implemented
[2011-01-28 17:15:07,
(with new mail)
[2011-01-28 17:15:17,
[2011-01-28 17:15:18,
in english i've the same error
and in openerp/ bin/addons/ mail_gateway/ mailgateway. py line 69 71 or 89 we have :
def message_new(self, cr, uid, msg, context):
raise Exception, _('Method is not implemented')
def message_ update( self, cr, uid, ids, vals={}, msg="", default_ act='pending' , context=None):
raise Exception, _('Method is not implemented')
i try to fine a solution but i dont find the problem.