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