major simplifications to Iterator api
[org.ibex.mail.git] / src / org / ibex / mail / target / MBX.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
7 /** implementation of the MBX mailbox format; only documentation is in UW imapd in src/osdep/unix/mbx.c */
8 public class MBX {
9 }