Mailgate doesn't truncate the subject line when storing an email as a CRM case.

The following will fix it:


        def msg_new(self, msg):
                message = 
self.msg_body_get(msg)
                data = {
                      
  'name': 
self._decode_header(msg['Subject'][:63]),
...


Where should I report a mailgate bug?

------------------------
ServWise Advanced Web Hosting - Better, Faster, Smarter 
(http://www.servwise.com)




_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to