4a26d063e7b31d2e8cb8d19a562a6dac65d39800
[org.ibex.mail.git] / src / org / ibex / mail / filter / HTML2Text.java
1 package org.ibex.mail.filter;
2 import org.ibex.mail.*;
3 /** converts text/html parts into nice ASCII text for mutt/gnus/pine/etc */
4 public class HTML2Text extends Filter {
5 }