it compiles
[org.ibex.mail.git] / src / org / ibex / mail / target / Pipe.java
1 package org.ibex.mail.target;
2 import org.ibex.mail.*;
3 /** generic pipe-the-message-to-a-file target */
4 public class Pipe extends Target {
5 }