Skip to content
  • Christian Schoenebeck's avatar
    Add KMime::foldHeader() · 7c7c918b
    Christian Schoenebeck authored and Sandro Knauß's avatar Sandro Knauß committed
    Breaks a header over multiple lines if needed by inserting "folding
    white space" (FWS) at appropriate positions according to RFC 5322
    section 2.1.1. "Line Length Limits".
    
    Complexity of algorithm: O(n)
    7c7c918b