rejectedsoftware / vibenews

Combined web forum and NNTP server implementation for stand-alone newsgroups
GNU Affero General Public License v3.0
44 stars 3 forks source link

Support proper en-/decoding of format=flowed #10

Open s-ludwig opened 10 years ago

s-ludwig commented 10 years ago

Currently all outgoing messages are specified as format=flowed, but no line breaks are inserted and all received messages are not processed for flowed lines. Instead, flowed lines should be assembled to a single line to let the browser handle line wrapping. Sent messages in turn should be wrapped at 78 characters with soft breaks inserted.

Attention must be taken for signature lines "-- " and signed messages.