76ea5b1f4d8977d9a53296941b2fe79594c8ebc2
[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 }