修改代码:addons\mail\mail_thread.py #858 line

#msg_dict['email_from'] = decode(message.get('from'))
msg_dict['email_from'] = str(tools.email_split(decode(message.get('From')))[0])

相关文章:

  • 2021-08-12
  • 2022-02-07
  • 2021-11-06
  • 2021-11-14
  • 2021-12-30
  • 2021-08-02
  • 2021-03-26
  • 2021-11-01
猜你喜欢
  • 2021-05-19
  • 2022-12-23
  • 2021-05-26
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案