hypermail-project / hypermail

Hypermail is a free (GPL) program to convert email from Unix mbox format to html.
http://www.hypermail-project.org/
GNU General Public License v2.0
156 stars 73 forks source link

broken links / RFC 2646 format=flowed support #51

Open jkbzh opened 6 years ago

jkbzh commented 6 years ago

Messages may be sent in a format called format=flowed where the lines are wrapped in a special way that lets them be reliably unwrapped later. Hypermail doesn't handle this format. This results in broken links when a paragraph is flowed and the link is broken out between two lines. If format=flowed were supported, the lines would be unwrapped before applying the link detection code.