it compiles
[org.ibex.mail.git] / src / org / ibex / mail / filter / PGP.java
1 package org.ibex.mail.filter;
2 import org.ibex.mail.*;
3 /** checks PGP signatures on incoming mail */
4 public class PGP extends Filter {
5 }