disable everything that requires extraneous third-party jarfiles
[org.ibex.mail.git] / src / org / ibex / mail / Message.java
index 46435f3..882ca9f 100644 (file)
@@ -127,7 +127,6 @@ public class Message extends MIME.Part {
     }
 
     // this is belived to be compliant with QSBMF (http://cr.yp.to/proto/qsbmf.txt)
-v v v v v v v
     public Message bounce(String reason) {
         if (envelopeFrom==null || envelopeFrom.toString().equals("")) return null;
 
@@ -160,27 +159,6 @@ v v v v v v v
             return null;
         }
     }
-*************
-v v v v v v v
-    public Message bounce(String reason) {
-        Log.warn(Message.class, "bounce not implemented");
-        return null;
-    }  // FIXME!
-    
-*************
-    public Message bounce(String reason) {
-        Log.warn(Message.class, "bounce not implemented");
-    }  // FIXME!
-    
-^ ^ ^ ^ ^ ^ ^
-    public String summary() {
-        return
-            "          Subject: " + subject + "\n" +
-            "     EnvelopeFrom: " + envelope.from + "\n" +
-            "       EnvelopeTo: " + envelope.to + "\n" +
-            "        MessageId: " + messageid;
-    }
-^ ^ ^ ^ ^ ^ ^
 
     public String toString() { throw new RuntimeException("Message.toString() called"); }
     public String summary() { return "[" + envelopeFrom + " -> " + envelopeTo + "] " + subject; }