c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14384
[Bug 708616] Re: [6.0.1] Fetchmail error : ascii
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.
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/708616
Title:
[6.0.1] Fetchmail error : ascii
Status in OpenERP Modules (addons):
Incomplete
Bug description:
Hello,
File "/openerp/bin/addons/fetchmail/fetchmail.py", line 152, in button_fetch_mail
self.fetch_mail(cr, uid, ids, context=context)
File "/openerp/bin/addons/fetchmail/fetchmail.py", line 204, in fetch_mail
logger.notifyChannel(server.type, netsvc.LOG_WARNING, '%s' % (e))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 1: ordinal not in range(128)
I've this error when i try to fetch emails. The mail is read in the
box but the case isn't created.
In my e-mail there isn't an accent or something like this.
I've OpenERP 6.0.1 in fr_ch
References