c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15586
[Bug 708616] Re: [6.0.1] Fetchmail error : ascii
** Also affects: openobject-addons/6.0
Importance: Undecided
Status: New
** Also affects: openobject-addons/trunk
Importance: Low
Assignee: Anup (OpenERP) (ach-openerp)
Status: Confirmed
** Changed in: openobject-addons/6.0
Importance: Undecided => Low
** Changed in: openobject-addons/6.0
Status: New => Confirmed
** Changed in: openobject-addons/6.0
Assignee: (unassigned) => Anup (OpenERP) (ach-openerp)
** Changed in: openobject-addons/trunk
Assignee: Anup (OpenERP) (ach-openerp) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)
** Summary changed:
- [6.0.1] Fetchmail error : ascii
+ [6.0.1] Fetchmail error : Objects inheriting mailgate.thread(eg.claim,helpdesk,etc.) need message_* methods!
** Summary changed:
- [6.0.1] Fetchmail error : Objects inheriting mailgate.thread(eg.claim,helpdesk,etc.) need message_* methods!
+ [6.0.1] Fetchmail : Models inheriting mailgate.thread(eg.claim,helpdesk,etc.) need message_* methods!
--
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 : Models inheriting
mailgate.thread(eg.claim,helpdesk,etc.) need message_* methods!
Status in OpenERP Modules (addons):
Confirmed
Status in OpenERP Addons 6.0 series:
Confirmed
Status in OpenERP Addons trunk series:
Confirmed
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