added tons of stuff, including js support
[org.ibex.mail.git] / src / org / ibex / mail / protocol / MessageProtocol.java
1 package org.ibex.mail.protocol;
2 /** base class for over-the-wire protocols used to send, recieve, and serve messages */
3 import com.caucho.server.connection.*;
4 import com.caucho.server.port.*;
5
6 public class MessageProtocol extends com.caucho.server.port.Protocol {
7 }