restructuring; broke out Query, cleaned up Mailbox
[org.ibex.mail.git] / src / org / ibex / mail / MIME.java
1 package org.ibex.mail;
2
3 // FEATURE: MIME RFC2045, 2046, 2049
4
5 /** This class contains logic for encoding and decoding MIME multipart messages */
6 public class MIME {
7 }