8ea4f33c0fca57de663146485490cdced8012b5c
[org.ibex.mail.git] / src / org / ibex / mail / filter / HTML2Text.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.filter;
6 import org.ibex.mail.*;
7 /** converts text/html parts into nice ASCII text for mutt/gnus/pine/etc */
8 public class HTML2Text extends Filter {
9 }