Skip to content
  • sunnavy's avatar
    set transfer encoding to base64 for dashboard html email · d3cce810
    sunnavy authored
    there is line length limit for messages in rfc 2822(section 2.1.1).
    though some email systems can auto-wrap long lines perfectly, some did it poorly.
    dashboard html can have very long lines(1000+ chars, e.g. when there are links
    to customized searches with long queries), setting to base64 here is to make sure
    it won't be cut off by buggy email systems.
    d3cce810