Skip to content
Snippets Groups Projects
  1. Sep 17, 2014
  2. Sep 16, 2014
  3. Sep 15, 2014
  4. Sep 13, 2014
  5. Sep 12, 2014
  6. Sep 11, 2014
  7. Sep 10, 2014
    • Martin Trigaux's avatar
      [FIX] mail: encoding of sender name with unicode · f2cf6ced
      Martin Trigaux authored
      When sending an email, both formats 'Name <email>' or '"Name" <email>' can be used for fields 'From', 'To' and others. If the name contains unicode characters, a regex only matching '"Name" <email>' was used to encode the name with RFC2047. That meant that the name was not encoded and eventually dropped, using only the email part.
      Instead of using a limited regex, use the parseaddr method from email library.
      Fixes lp:1272610, opw 607683
      f2cf6ced
    • Denis Ledoux's avatar
      [FIX] mail: alias domain should be fetch as superuser · 2684b7de
      Denis Ledoux authored
      as ir.config.parameter has limited access
      2684b7de
Loading