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