import
[org.ibex.mail.git] / src / org / ibex / mail / filter / ReturnReciept.java
1 package org.ibex.mail.filter;
2 /** sticks a 1x1 gif in outbound messages so we can tell when the message is read */
3 public class ReturnReciept extends Filter {
4 }