it compiles
[org.ibex.mail.git] / src / org / ibex / mail / target / LMTP.java
1 package org.ibex.mail.target;
2 import org.ibex.mail.*;
3 /** implementation of the Local Mail Transport Protocol */
4 public class LMTP extends Target {
5 }