more fixups to MailingList
[org.ibex.mail.git] / src / org / ibex / mail / Headers.java
index 70ad93c..5c2c479 100644 (file)
@@ -51,6 +51,7 @@ public class Headers extends JS.Immutable implements Fountain {
             lines++;
             all.append(k + ": " + v + "\r\n");
         }
+        all.append("\r\n");
         this.raw = all.toString();
         this.lines = lines;
         this.fountain = new Fountain.StringFountain(this.raw);