From: adam Date: Mon, 14 Jun 2004 04:52:36 +0000 (+0000) Subject: more bugfixes X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=353e9206fbd008e4fdd851b1e29b3a3eae11c27c;p=org.ibex.mail.git more bugfixes darcs-hash:20040614045236-5007d-01fd1654ac48feb885f230f55f2b232804e6f652.gz --- diff --git a/src/org/ibex/mail/Message.java b/src/org/ibex/mail/Message.java index 9139564..d7034e2 100644 --- a/src/org/ibex/mail/Message.java +++ b/src/org/ibex/mail/Message.java @@ -48,9 +48,10 @@ public class Message extends JSReflection { // FIXME: need to be able to read back in the EnvelopeFrom / EnvelopeTo fields public void dump(OutputStream os) throws IOException { Writer w = new OutputStreamWriter(os); - w.write(allHeaders); w.write("X-org.ibex.mail-envelopeFrom: " + envelopeFrom + "\r\n"); - w.write("X-org.ibex.mail-envelopeTo: "); for(int i=0; i