3bbb33a93e908c563d1258d037b220c62ce86ae0
[org.ibex.mail.git] / src / org / ibex / mail / target / XMLRPC.java
1 // Copyright 2000-2005 the Contributors, as shown in the revision logs.
2 // Licensed under the Apache Public Source License 2.0 ("the License").
3 // You may not use this file except in compliance with the License.
4
5 package org.ibex.mail.target;
6 import org.ibex.mail.*;
7 /** an XML-RPC <i>server</i> which accepts requests sent via SMTP */
8 public abstract class XMLRPC implements Target {
9 }